CS 50 Terminology

Quiz
•
Computers
•
6th - 10th Grade
•
Medium
Mei Chan
Used 36+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which syntax below are loops in C programming?
while (/*condition*/) { /*code*/}
do {/*code*/} while (/*condition*/);
for (/*initialization; condition; update*/) { /*code*/ }
repeat (/*condition*/) { /*code */}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
printf() function belongs to the _____________ library.
include
stdio.h
stdlib.h
cs50.h
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
round() function belongs to the ____________ library
#include
cs50.h
math.h
stdio.h
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
get_string() function belongs to the _______________ library.
#library
stdio.h
cs50.h
stdlib.h
ctype.h
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
stdio.h library name stands for _________________.
Standard Library
Standard Input Output
Standard Output Library
printf()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the % sign stand for in math in C programming?
Percentage
Modulus
Divide
Special character
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select all the conditional statements
a = b
a > b
a <= b
a == b
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
4--ข้อสอบ ภาษาไพทอน ม.1

Quiz
•
7th Grade
10 questions
Chapter 04 Worksheet

Quiz
•
10th Grade
15 questions
2022 ch6 for() while() do while()

Quiz
•
9th - 11th Grade
15 questions
Computer

Quiz
•
10th Grade
10 questions
Test C++

Quiz
•
10th Grade
11 questions
C Language

Quiz
•
10th Grade - University
10 questions
Latihan C dasar

Quiz
•
9th - 12th Grade
13 questions
Arduino Level 2

Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade