Search Header Logo

ECE-C Quiz-2

Authored by ch.keerthana GNITS

Computers

University

Used 1+ times

ECE-C Quiz-2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?