PSCP Quiz - sec A

PSCP Quiz - sec A

University

10 Qs

quiz-placeholder

Similar activities

Cuestionario sobre Patrones de Diseño

Cuestionario sobre Patrones de Diseño

University

10 Qs

Grammar, Punctuation, and Capitalization Worksheet

Grammar, Punctuation, and Capitalization Worksheet

12th Grade - University

7 Qs

25-26.1.1 Trạng nguyên Tv phần âm-Số 1

25-26.1.1 Trạng nguyên Tv phần âm-Số 1

1st Grade - University

15 Qs

Latihan Bahasa Jepang - Minggu 1 Hari 1

Latihan Bahasa Jepang - Minggu 1 Hari 1

University

15 Qs

Mastering the Treble Clef Quiz

Mastering the Treble Clef Quiz

4th Grade - University

12 Qs

Unit 1 Multiple Choice Practice

Unit 1 Multiple Choice Practice

12th Grade - University

10 Qs

Copy of U1 W3 Vocabulary

Copy of U1 W3 Vocabulary

4th Grade - University

8 Qs

Roots: Unit 2-3

Roots: Unit 2-3

5th Grade - University

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