PSCP Quiz - sec A

PSCP Quiz - sec A

University

10 Qs

quiz-placeholder

Similar activities

2.3 & 2.4 Vocab

2.3 & 2.4 Vocab

8th Grade - University

12 Qs

Evaluation Test Skenario Sistem Kardiovaskular

Evaluation Test Skenario Sistem Kardiovaskular

University

12 Qs

Star Life Cycles Quiz

Star Life Cycles Quiz

12th Grade - University

15 Qs

Advanced Vocabulary and Historical Concepts Quiz

Advanced Vocabulary and Historical Concepts Quiz

12th Grade - University

15 Qs

5S's

5S's

3rd Grade - University

10 Qs

Graphic Design I Quiz 1

Graphic Design I Quiz 1

10th Grade - University

15 Qs

8.31-8.33 War of 1812 & Aftermath

8.31-8.33 War of 1812 & Aftermath

8th Grade - University

12 Qs

Y6 - Data - Introduction to Spreadsheets Assessment NCCE

Y6 - Data - Introduction to Spreadsheets Assessment NCCE

6th Grade - University

11 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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?