CS 211 - Midterm Review

CS 211 - Midterm Review

University

30 Qs

quiz-placeholder

Similar activities

Quiz - I

Quiz - I

University - Professional Development

25 Qs

C Quiz 2

C Quiz 2

University

30 Qs

Data Structure(FINAL)

Data Structure(FINAL)

University

25 Qs

String in C Programming

String in C Programming

University

26 Qs

Intro PseInt

Intro PseInt

University

25 Qs

Bimestral : Arreglos y Listas

Bimestral : Arreglos y Listas

University

30 Qs

Final Exam - BECC0302

Final Exam - BECC0302

University

35 Qs

DATA STRUCTURES WORKSHOP DAY-1

DATA STRUCTURES WORKSHOP DAY-1

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?