First round

First round

University

25 Qs

quiz-placeholder

Similar activities

PRA UAS - Dasar Dasar Pemrograman 2023

PRA UAS - Dasar Dasar Pemrograman 2023

University

20 Qs

Python Basics 4

Python Basics 4

University

20 Qs

Quizz C++ ^_^

Quizz C++ ^_^

University

20 Qs

Arithmetic and Branch instructions in 8086

Arithmetic and Branch instructions in 8086

University

20 Qs

Programming Concepts in C - Quiz-II

Programming Concepts in C - Quiz-II

University

20 Qs

GirlsWhoML Workshop 0

GirlsWhoML Workshop 0

University

20 Qs

CS 211 - Midterm Review

CS 211 - Midterm Review

University

30 Qs

Java Control and Loop -2

Java Control and Loop -2

University

20 Qs

First round

First round

Assessment

Quiz

Computers

University

Hard

Created by

Manoj Kumar

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

_______ refers to the process of locating and removing the errors in a program.


(A) Analyzing

(B) Correcting

(C) Debugging

(D) Executing

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How is the 3rd element in an array accessed based on pointer notation?

(A) *a + 3

(B) *(a + 3)

(C) (a + 3)

(D) &(a + 3)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A pointer is

(A) The address of a variable

(B) An indication of the variable to be accessed next

(C) A variable for storing addresses

(D) The data type of an address variable

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A C++ term meaning "generic" is

(A) Argument

(B) Parameterized


(C) Universal

(D) Global

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When accessing a structure member, the identifier to the left of the dot operator is the name of

(A) structure variable

(B) structure tag

(C) None of these

  • (D)structure member

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How are String represented in memory in C?

(A) An array of characters

(B) The object of some class

(C) Same as other primitive data types

(D) LinkedList of characters

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The bitwise OR operator is a

(A) Unary operator

(B) Binary operator

(C) Ternary operator

(D) Octal operator

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?