computer 12

computer 12

12th Grade

11 Qs

quiz-placeholder

Similar activities

C++ - Loops and Random Numbers

C++ - Loops and Random Numbers

9th - 12th Grade

14 Qs

C++ Recursion

C++ Recursion

8th - 12th Grade

12 Qs

Session 1

Session 1

9th - 12th Grade

10 Qs

Bài tập trắc nghiệm C++

Bài tập trắc nghiệm C++

3rd - 12th Grade

10 Qs

Recursivitate 2

Recursivitate 2

1st - 12th Grade

9 Qs

C++ Loops

C++ Loops

9th - 12th Grade

13 Qs

6to. CD Consolidación

6to. CD Consolidación

12th Grade

14 Qs

C++ Unit 3 & 4 Review

C++ Unit 3 & 4 Review

9th - 12th Grade

14 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?