DEC20162 PROGRAMMING FUNDAMENTAL

DEC20162 PROGRAMMING FUNDAMENTAL

2nd Grade

6 Qs

quiz-placeholder

Similar activities

Input Devices

Input Devices

1st - 10th Grade

10 Qs

Working  of a Computer

Working of a Computer

2nd Grade

10 Qs

FLAT Activity -I

FLAT Activity -I

2nd Grade

10 Qs

1.1 - Computer System

1.1 - Computer System

KG - University

11 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Recap of Input and Output Devices - Grade 2

Recap of Input and Output Devices - Grade 2

KG - 2nd Grade

10 Qs

Technology Vocabulary

Technology Vocabulary

2nd - 5th Grade

11 Qs

Grade 2 ICT on Input devices

Grade 2 ICT on Input devices

2nd Grade

10 Qs

DEC20162 PROGRAMMING FUNDAMENTAL

DEC20162 PROGRAMMING FUNDAMENTAL

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

noorziza nozie

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Every C Program Statement must be terminated with a

.

#

;

!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many choices are possible when using a single if-else statement?

1

2

3

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a selection statement in C?

if

switch

for

else if

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid C data type?

char

string

boolean

array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following C code?

Hello, World!

Compilation error

No output

Hello, World! with a new line

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to take input in C?

scanf()

print()

cin

input()