ECE-C Quiz-2

ECE-C Quiz-2

University

10 Qs

quiz-placeholder

Similar activities

Functions

Functions

University

14 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

UTSSKDP1

UTSSKDP1

University

13 Qs

Java Programming

Java Programming

9th Grade - University

11 Qs

FGCT4025 Topic 3 - Method

FGCT4025 Topic 3 - Method

University

15 Qs

JAVA UNIT 1 PART 2

JAVA UNIT 1 PART 2

University

15 Qs

ROUND 2

ROUND 2

University

10 Qs

ECE-C Quiz-2

ECE-C Quiz-2

Assessment

Quiz

Computers

University

Medium

Created by

ch.keerthana GNITS

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.An algorithm is a ---------------------------that provides a series of instructions that should be carried out in a particular order to get the desired outcome.

flowchart process

pseudocode process

pictiorial process

step-by-step process

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.---------------symbol is used for input and output

oval

rectangle

circle

parallelogram

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Capitalize initial keyword – This is a rule while writing a pseudo code.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

. Which of the following is not a valid C variable name?

int number;

float rate;

int variable_count;

int $main;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true for variable names in C?

They can contain alphanumeric characters as well as special characters

It is not an error to declare a variable to be one of the keywords(like goto, static)

Variable names cannot start with a digit

Variable can be of any length

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following cannot be a variable name in C?

volatile

true

friend

export

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Study the following program:

            main() 

            {printf("Hello"); 

            main();} 

            It will keep on printing Hello

            Wrong statement

            It will Print Hello once

            None of the these

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?