PSCP Quiz - sec A

PSCP Quiz - sec A

University

10 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

10th Grade - University

15 Qs

Koha Quiz

Koha Quiz

University

10 Qs

SCOPE- Fall of the House of Usher QUIZ

SCOPE- Fall of the House of Usher QUIZ

8th Grade - University

14 Qs

Geometry ACP Review Quiz 01B

Geometry ACP Review Quiz 01B

9th Grade - University

14 Qs

Copy of Seventh Grade Comprehension Quiz

Copy of Seventh Grade Comprehension Quiz

7th Grade - University

10 Qs

Unit 1 Multiple Choice Practice

Unit 1 Multiple Choice Practice

12th Grade - University

10 Qs

PSCP Quiz - sec A

PSCP Quiz - sec A

Assessment

Quiz

others

University

Medium

Created by

Jakir Hussain G K

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following statement is the most appropriate?
Pseudo code is basically a diagrammatic representation of the algorithm. Whereas in flowchart normal English language is translated into the programming languages to be worked on.
Flowchart is diagrammatic representation of the algorithm. Pseudo code is just another name of algorithm.
Pseudo code is another name of programming. Whereas in flowchart is diagrammatic representation of algorithm.
Flowchart is basically a diagrammatic representation of the algorithm. Whereas in pseudo code normal English language is translated into the programming languages to be worked on.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a C variable?
Count123
Count_123
Count@123
X_123_Count

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function
is a block of statements to perform some specific task
is a fundamental modular unit to perform some task
has a name and can be used multiple times
All the options are true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The execution of any C program is
Sequential
Parallel
Multi-threading
None of these options are true

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Syntax error occurs when
The rules of grammar of the programming language is violated
The statements in the program have no meaning
The program gives wrong or undesired output
Some illegal operation (e.g. divide by zero) is performed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If integer needs two bytes of storage, then the minimum value of a signed integer in C would be
-65535
0
-32,767
-32,768

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
a=a-b; b=a-b; a=a+b;
a=a%b; b=a+b; a=a/b;
a=a+b; b=a-b; a=a-b;
a=b; b=a-b; a=a-b;

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?