Chapter 03 Worksheet

Chapter 03 Worksheet

10th Grade

10 Qs

quiz-placeholder

Similar activities

GCSE Computer Science Operators

GCSE Computer Science Operators

10th - 12th Grade

15 Qs

Y10M2A2 - Selection

Y10M2A2 - Selection

6th - 10th Grade

15 Qs

Quiz 142 - Python inputs and outputs

Quiz 142 - Python inputs and outputs

9th Grade - University

15 Qs

Apple Swift Playgrounds: Lesson Review: 4 - 6 Vocabulary

Apple Swift Playgrounds: Lesson Review: 4 - 6 Vocabulary

9th - 12th Grade

10 Qs

8525 AQA GCSE 3.2.4 Relational Operators

8525 AQA GCSE 3.2.4 Relational Operators

10th - 11th Grade

15 Qs

Do Now Lesson 2

Do Now Lesson 2

9th - 12th Grade

15 Qs

TLE QUIZZIZ 2

TLE QUIZZIZ 2

9th - 12th Grade

10 Qs

Logical Operators

Logical Operators

9th - 12th Grade

14 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?