C_Programming_30(sat)

C_Programming_30(sat)

University

20 Qs

quiz-placeholder

Similar activities

TECHNICAL QUIZ

TECHNICAL QUIZ

University

20 Qs

Functions in Python

Functions in Python

University

15 Qs

OOP - session 2.1 - JVM, Array, Stack

OOP - session 2.1 - JVM, Array, Stack

University

21 Qs

CC 105 - Quiz No 2 (BSIT2A-G2)

CC 105 - Quiz No 2 (BSIT2A-G2)

University

15 Qs

Java thread - MCQ

Java thread - MCQ

University

18 Qs

Trắc nghiệm kiến thức Java Core - Phần I

Trắc nghiệm kiến thức Java Core - Phần I

University

15 Qs

Computer Quiz

Computer Quiz

12th Grade - University

16 Qs

coe java 24 june 21 7:30 to 745 pm only

coe java 24 june 21 7:30 to 745 pm only

University

20 Qs

C_Programming_30(sat)

C_Programming_30(sat)

Assessment

Quiz

Computers

University

Hard

Created by

Abi V

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which memory segment stores local variables of a function?

Code Segment

Stack

Global Segment

Static Segment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Global variables are initialized to what value by default?

Undefined

0

Random Value

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which segment contains the compiled machine instructions?

Stack

Code Segment

Global Segment

Static Segment

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the stack frame of a function after it returns?

It remains in memory

It is cleared automatically

It is copied to the heap

It is moved to the static segment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Static variables are stored in which memory segment?

Stack

Code segment

Global/Static segment

Heap

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function's local variables are stored in which segment?

Code segment

Static segment

Stack

Global Segment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a global variable?

Limited to the function it is declared in

Accessible by all functions in the program

Limited to the file it is declared in

Limited to the code segment

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?