Chapter 03 Worksheet

Chapter 03 Worksheet

10th Grade

10 Qs

quiz-placeholder

Similar activities

Codehs Tracy

Codehs Tracy

10th - 12th Grade

12 Qs

Java Code Questions

Java Code Questions

9th Grade - University

11 Qs

TLE Q3 MOD 6

TLE Q3 MOD 6

10th Grade

10 Qs

TLE Q3 MODULE 3 QUIZ

TLE Q3 MODULE 3 QUIZ

10th Grade

10 Qs

G3   M-6 Quizziz2 TLE Q3

G3 M-6 Quizziz2 TLE Q3

10th Grade

10 Qs

TLE QUIZZIZ 2

TLE QUIZZIZ 2

9th - 12th Grade

10 Qs

Computer 10th Sep-2020

Computer 10th Sep-2020

10th Grade

11 Qs

VB Using Expressions and Operators

VB Using Expressions and Operators

10th 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?