CS 211 - Midterm Review

CS 211 - Midterm Review

University

30 Qs

quiz-placeholder

Similar activities

OCS752_CP_WEEKLY_TEST4 (08.09.2020)

OCS752_CP_WEEKLY_TEST4 (08.09.2020)

University

30 Qs

Data Structures Priliminary

Data Structures Priliminary

University

30 Qs

VAC - Java -Applets and Servlets

VAC - Java -Applets and Servlets

University

25 Qs

Java basic

Java basic

University

25 Qs

DSA_Prelim Quiz

DSA_Prelim Quiz

University

25 Qs

C Programing

C Programing

University

25 Qs

CS 213 - Data Structures and Algorithm

CS 213 - Data Structures and Algorithm

University

25 Qs

Tech Linguist E-Quiz JAVA

Tech Linguist E-Quiz JAVA

University

25 Qs

CS 211 - Midterm Review

CS 211 - Midterm Review

Assessment

Quiz

Computers

University

Medium

Created by

Fatima Agdon

Used 36+ 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?