computer 12

computer 12

12th Grade

11 Qs

quiz-placeholder

Similar activities

ARRAYS

ARRAYS

11th - 12th Grade

10 Qs

Vòng lặp for

Vòng lặp for

7th Grade - University

10 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

C++ Unit 1 Review

C++ Unit 1 Review

9th - 12th Grade

15 Qs

Q Vectori C++

Q Vectori C++

9th - 12th Grade

13 Qs

Сpp 1_3

Сpp 1_3

9th - 12th Grade

10 Qs

C-Programming Basics

C-Programming Basics

12th Grade

16 Qs

Mengenal Algoritma dan Pemrograman C++

Mengenal Algoritma dan Pemrograman C++

10th Grade - University

15 Qs

computer 12

computer 12

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Sabia Shakoor

Used 4+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x;

int y;

int z;

x=3;

y=4;

z = ++x * y++;

cout<< z;

12

16

20

0

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator has the lowest priority?

++

%

+

||

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int main()

{

int a = 25%10;

cout<< a;


return 0;

}

5

2

2.5

5.5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

!= is the example of ____________________ operator.

Relational

Logical

Assignment

Conditional

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SDLC stands for...
System development life cycle. 
Software development litigation cycle. 
System development life conditions. 
Software development life cycle. 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What stage comes after the design stage?
Testing
Implementation
Specification requirements
Evolution

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which command moves the shown text to the next line?
\t
\n
\r
\s

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?