Chapter 03 Worksheet

Chapter 03 Worksheet

10th Grade

10 Qs

quiz-placeholder

Similar activities

1.1 GCSE Computing: CPU Components

1.1 GCSE Computing: CPU Components

10th Grade

10 Qs

Pointer Arithmetic in C Programming

Pointer Arithmetic in C Programming

9th - 12th Grade

15 Qs

Spreadsheets Year 7 - Lesson 4

Spreadsheets Year 7 - Lesson 4

3rd - 12th Grade

11 Qs

Sequence Selection Iteration and others

Sequence Selection Iteration and others

10th Grade

14 Qs

Grade 10 Python Quiz

Grade 10 Python Quiz

10th Grade

10 Qs

QUARTER 3 MODULE 6

QUARTER 3 MODULE 6

10th Grade

10 Qs

REVIEW FOR MIDTERM TEST ICT 4

REVIEW FOR MIDTERM TEST ICT 4

1st - 12th Grade

15 Qs

Quiz Materi Excel

Quiz Materi Excel

9th - 12th Grade

10 Qs

Chapter 03 Worksheet

Chapter 03 Worksheet

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Sheeraz Alee

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used for output purpose in C language?

scanf()

getch()

printf()

input()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character terminates a C statement?

Semicolon

Period

Colon

Comma

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which escape sequence is used to move cursor to the beginning of the current line?

\n

\r

\b

\a

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an arithmetic operator?

&&

%

<=

+=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a logical operator?

&&

<=

%

+=

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is equivalent to 'k = k + a;'?

k=a++;

k+=a;

k=+a;

k++a;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the expression, 5 + 3 * 3 - 1?

23

13

12

16

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?