CS 211 - Midterm Review

CS 211 - Midterm Review

University

30 Qs

quiz-placeholder

Similar activities

Java Quiz

Java Quiz

11th Grade - University

34 Qs

DSA - Q1

DSA - Q1

University

25 Qs

C/C++ Programming Quiz

C/C++ Programming Quiz

University

25 Qs

Debugging Showdown

Debugging Showdown

University

25 Qs

Java Method

Java Method

University

25 Qs

Java Test Basic

Java Test Basic

University

25 Qs

CC102 - Seatwork 10 - Array Basics

CC102 - Seatwork 10 - Array Basics

University

25 Qs

Java Programming - Second Internal Examination

Java Programming - Second Internal Examination

University

30 Qs

CS 211 - Midterm Review

CS 211 - Midterm Review

Assessment

Quiz

Computers

University

Medium

Created by

Fatima Agdon

Used 39+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

TRUE && FALSE

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable name can contain alphanumeric characters, dollar sign, and...

dash

underscore

comma

semi-colon

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This statement immediately terminates the loop if the condition is true.

continue

System.out.println

case

break

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In this statement, System.out.println(num + " km is " + met " in meters."); the plus (+) operator was used as…

Addition Operator

Relational Operator

Concatenation Operator

Comparison Operator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which inputs will make the result of this condition: if((digit >= 48 && digit <= 57)) true?

1, 2, 3, 4

a, b, c, d

A, B, C, D

All of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following components of the for loop is executed once?

Condition

Iterator

Initialization

Statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following does this symbol = belong to?

Relational Operators

Assignment Operators

Conditional Operators

Logical Operators

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?