Midterm Examination (COMPROG1 7-8 PM)

Midterm Examination (COMPROG1 7-8 PM)

University

32 Qs

quiz-placeholder

Similar activities

FASTEST DECODER_PART 1

FASTEST DECODER_PART 1

University

30 Qs

C-Programming

C-Programming

University

30 Qs

Data Structure and Algorithm Pre-Examination

Data Structure and Algorithm Pre-Examination

University

34 Qs

DFC20113 Programming Fundamentals Set B

DFC20113 Programming Fundamentals Set B

University

30 Qs

Pengantar Algoritma dan Struktur Data

Pengantar Algoritma dan Struktur Data

University

30 Qs

C Programming Quiz

C Programming Quiz

University

30 Qs

Python quiz 1

Python quiz 1

7th Grade - Professional Development

30 Qs

python

python

University

30 Qs

Midterm Examination (COMPROG1 7-8 PM)

Midterm Examination (COMPROG1 7-8 PM)

Assessment

Quiz

Computers

University

Hard

Created by

School 2022

Used 1+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Determine the value of the following expressions.

Assume A = 5, B = 2, C = 4, D = 6 and E = 3.

A > B.

The Relational expression is True. Therefore the value is

1

The Relational expression is True. Therefore the value is 5

The Relational expression is False. Therefore the value is 1

The Relational expression is False. Therefore the value is 5

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A person's age is equal to 30

age =30

age ==30

age =>30

age <=30

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A person's temperature is greater than 98.6

temp > 98.6

temp < 98.6

temp = 98.6

temp == 98.6

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A person's height is less than 6 feet

height  => 6.00

height  = 6.00

height  > 6.00

height  < 6.00

5.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

The current month is 12 (December)

month ==112

moth ==12

month =12

month ==12

6.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

The letter input is m

let = ‘m’

let_in == ‘m’

let == ‘m’

let_in = ‘m’

7.

MULTIPLE CHOICE QUESTION

10 sec • 2 pts

A person's age is equal to 30 and the person is taller than 6 feet.

age == 30 & ht > 6.00

age == 30 && ht > 6.00

age == 30 && ht < 6.00

age = 30 && ht > 6.00

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?