09.Mock_Code_Optimization_Technique_v1.0

09.Mock_Code_Optimization_Technique_v1.0

University

16 Qs

quiz-placeholder

Similar activities

Quiz on History of Java

Quiz on History of Java

University

20 Qs

F10E Chapter 7: Information Systems and Management Quiz

F10E Chapter 7: Information Systems and Management Quiz

University

20 Qs

Concurrent Programming Languages Quiz

Concurrent Programming Languages Quiz

University

20 Qs

DBMS Q1

DBMS Q1

University

18 Qs

Quiz on Chatbots and Operating Systems

Quiz on Chatbots and Operating Systems

University

20 Qs

Operating System Quiz

Operating System Quiz

University

15 Qs

PPL (QUIZ 6) Memory Management Quiz

PPL (QUIZ 6) Memory Management Quiz

University

20 Qs

Java_MCQ_3

Java_MCQ_3

University

15 Qs

09.Mock_Code_Optimization_Technique_v1.0

09.Mock_Code_Optimization_Technique_v1.0

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

44. Nguyễn Thị Ngà

Used 1+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What statement is INCORRECT about memory management?
Memory management is a form of human resource management
Provide ways to dynamically allocate portions of memory to programs at their request, and free it for reuse when no longer needed​
Optimize memory usage so the CPU can efficiently access the instructions and data it needs to execute the various processes
Ensure blocks of memory space are properly managed and allocated so applications have the memory they need to carry out their operations​

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What statement is correct about virtual memory systems​?
The size of virtual address space must be less than cache memory
The size of virtual address space must be less than random access memory (RAM)
Allow the size of virtual address space beyond random access memory (RAM)
None of the above

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What levels do memory management operates at?
Hardware
Operating system​
Program/Application
All of the above

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What statement is correct about memory management at application level​?
Be controlled by hardware
Be controlled by operating system
When program requests memory for an object or data structure, the memory is only allocated if availability of adequate memory
None of the above

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What statement is correct about manual memory management​?
Programmers use manual instructions to identify and deallocate unused objects, or garbage
Application automatically manages the allocation and deallocation of memory​
Programmers do not have to write code to perform memory management tasks when developing an application
All of the above

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What statement is correct about automatic memory management​?
Application automatically manages the allocation and deallocation of memory​
Programmers do not have to write code to perform memory management tasks when developing an application
Automatic memory management​ can cause memory leaks
All of the above

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What are the possible causes of memory safety violations?
Invalid memory access​
Use uninitialized variable
Destroy an object more than once
All of the above

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?