Midterm Examination

Midterm Examination

University

40 Qs

quiz-placeholder

Similar activities

Unit 9.1 - Textual Programming

Unit 9.1 - Textual Programming

8th Grade - University

35 Qs

Web Application Frameworks

Web Application Frameworks

University

35 Qs

IP MIDTERM

IP MIDTERM

University

45 Qs

Basics of C

Basics of C

University

40 Qs

TLE - ICT CSS Preliminary Exam - Q2

TLE - ICT CSS Preliminary Exam - Q2

10th Grade - University

40 Qs

Web Programming (Midterm)

Web Programming (Midterm)

University

40 Qs

Arrays in C

Arrays in C

University

40 Qs

JAVA FUNDAMENTALS ASSESSMENT 1

JAVA FUNDAMENTALS ASSESSMENT 1

University

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