CS 50 Terminology

CS 50 Terminology

6th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Effect of ICT

Effect of ICT

9th - 12th Grade

12 Qs

Encapsulation

Encapsulation

2nd - 7th Grade

10 Qs

READY PLAYER ONE

READY PLAYER ONE

6th Grade

13 Qs

YouCode Scratch Quiz

YouCode Scratch Quiz

KG - 12th Grade

10 Qs

Computer Network

Computer Network

10th Grade

10 Qs

Nhập môn HTML

Nhập môn HTML

6th - 9th Grade

13 Qs

CLASS 8 CODING

CLASS 8 CODING

8th Grade

10 Qs

CS 50 Terminology

CS 50 Terminology

Assessment

Quiz

Computers

6th - 10th Grade

Practice Problem

Medium

Created by

Mei Chan

Used 37+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?