Search Header Logo

PSCP Quiz - sec A

Authored by Jakir Hussain G K

others

University

10 Questions

Used 2+ times

PSCP Quiz - sec A
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?