CS 50 Terminology

CS 50 Terminology

6th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Programming Quiz 1-3 | LPE-101 by Mettle X

Programming Quiz 1-3 | LPE-101 by Mettle X

9th - 12th Grade

15 Qs

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

프로그래밍 1학기 정리

프로그래밍 1학기 정리

10th Grade

10 Qs

ICT C 語言1

ICT C 語言1

9th - 12th Grade

10 Qs

Informatika X Pemrograman C

Informatika X Pemrograman C

10th Grade

15 Qs

G7 FTQuiz1 - C Syntax and Output

G7 FTQuiz1 - C Syntax and Output

7th Grade

10 Qs

การเขียนโปรแกรมภาษา C

การเขียนโปรแกรมภาษา C

7th - 9th Grade

10 Qs

Nivelación y Profundización - Periodo I

Nivelación y Profundización - Periodo I

7th Grade

10 Qs

CS 50 Terminology

CS 50 Terminology

Assessment

Quiz

Computers

6th - 10th Grade

Medium

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?