Midterm Examination

Midterm Examination

University

40 Qs

quiz-placeholder

Similar activities

Java Quiz

Java Quiz

University

40 Qs

Java Control Structures

Java Control Structures

11th Grade - Professional Development

39 Qs

Loop Control Statement in C

Loop Control Statement in C

University

41 Qs

Quiz Penilaian AP2A

Quiz Penilaian AP2A

University

40 Qs

Technical Training Test for III BTech - VCE - CSE

Technical Training Test for III BTech - VCE - CSE

University

45 Qs

Test 2

Test 2

University

36 Qs

quiz based on web design

quiz based on web design

University

40 Qs

Python Operators

Python Operators

University

35 Qs

Midterm Examination

Midterm Examination

Assessment

Quiz

Computers

University

Hard

Created by

John Marpa

Used 6+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

true

false

12

6

2.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

true

false

0

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

true

false

21

10

4.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Which of the following evaluates to true?



(7 + 3) < 5 && (8 * 2) > 10

(10 - 4) > 2 || (3 * 3) == 8

(12 / 4) == 2 && (6 + 2) < 5

(9 * 2) < 10 || (15 - 5) < 5

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

true

false

4

15

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

If x = 9 and y = 3, what will be the output?

System.out.println((x / y) == 3 || (x * y) < 20);

true

false

27

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Evaluate the expression:

int a = 15, b = 5;

System.out.println((a - b) > 5 && (a / b) == 3);

true

false

10

3

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?