SPECIAL MIDTERM EXAM - CC123C

SPECIAL MIDTERM EXAM - CC123C

University

40 Qs

quiz-placeholder

Similar activities

Test Your C  Skills 30-11-2022

Test Your C Skills 30-11-2022

University

40 Qs

COP Exam 2

COP Exam 2

University

35 Qs

function in Python

function in Python

University

37 Qs

InfoMeraki2020

InfoMeraki2020

University

39 Qs

Tema 6 Programación Básica

Tema 6 Programación Básica

University

40 Qs

Data Structures & Algorithm

Data Structures & Algorithm

University

40 Qs

IT 121- Formative Assessment # 2

IT 121- Formative Assessment # 2

University

40 Qs

OH MY ECMA

OH MY ECMA

University - Professional Development

44 Qs

SPECIAL MIDTERM EXAM - CC123C

SPECIAL MIDTERM EXAM - CC123C

Assessment

Quiz

Computers

University

Medium

Created by

Maria Mercado-Guese

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given that the declaration int y=101, a=28, x? What is the returned value of x with the expression x = a==y;

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given that the declaration int y=95, a=300, x? What is the returned value of x with the expression x = a==(y+44);

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given that the declaration int y=63, a=400, x? What is the returned value of x with the expression x = y>a;

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given that the declaration int y=12, a=6, x? What is the returned value of x with the expression x = a<=y;

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given that x = 9, y=10, what is the value of z with the expression z = (x & y);

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given that x = 9, y=10, what is the value of z with the expression z = (x && y);

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given an initialized array: int A[10] = {5, 10, 7, 2, 9, 24, 33, 20, 12}; What is the index of 9? TYPE the index (number) only.

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?