C Programming Quiz

C Programming Quiz

University

40 Qs

quiz-placeholder

Similar activities

Basics of C

Basics of C

University

40 Qs

Arrays in C

Arrays in C

University

40 Qs

Structures and Pointers in C

Structures and Pointers in C

University

35 Qs

C++ Basics

C++ Basics

University

40 Qs

Round 1 (Computer)

Round 1 (Computer)

University

40 Qs

CodeChef (Secret Snippet)

CodeChef (Secret Snippet)

University

35 Qs

InfoMeraki2020

InfoMeraki2020

University

39 Qs

CD_quiz3

CD_quiz3

University

41 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Mr. 738

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The primary objective of the Software Requirement Specification (SRS) phase in the SDLC

To gather and document the requirements of the software system

To design the software architecture

To test the software for defects

To deploy the software to production

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the SDLC, the Design Document Specification (DDS) phase typically includes _________________.

Planning how the software system will be tested

Writing code for the software system

Defining the architecture and design of the software system

Releasing the software to the customer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____________ is the symbol is typically used in a flowchart to represent a decision point.

Diamond

Rectangle

Oval

Circle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The main purpose of writing an algorithm before coding in C

To make coding easier by clearly defining the logic

To minimize the size of the program

To improve the speed of execution

To avoid using any loops in the program

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A valid variable name in C is ____________

_score

float

1stNumber

score#

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The lifetime of a global variable lasts _______________.

Throughout the program's execution.

Until redefined in another function

Until the function ends

For a single loop iteration

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct symbol for the modulus operator in C is ______

%

/

||

!=

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?