What is the "immutability" approach in terms of managing parallel programs?

Session 7

Quiz
•
Computers
•
University
•
Medium

Rafael Wampfler
Used 74+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Only using one thread
Not having data that changes
Different threads only access different data
Only using Atomics
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is mutual exclusion?
Different threads only access different data
Having all shared ressources as read only
Only one thread can access a shared ressource at a time
Not using both locks and synchronized blocks in the same programm
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if a thread calls .lock() on a ReentrantLock it already has?
We get a runtime error
The program doesn't compile
It increments the count of the lock by 1 and moves on
The thread waits forever
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If a thread locks the same Java ReentrantLock twice, you have to unlock twice as well.
True
False
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is coarse-grained locking and what are its advantages?
Using one lock for many objects; Simpler to implement
Using one lock for each object; More simultaneous access possible
Using many locks for one object; Safer than just one lock
Using one lock for many objects; More simultaneous access possible
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You can't have bad interleavings on a machine with only one processor.
True
False
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bad interleavings and Data Races are the same.
True
False
Similar Resources on Quizizz
10 questions
Gr 2

Quiz
•
2nd Grade - University
5 questions
Quiz1

Quiz
•
University
10 questions
ICT - FORM 4

Quiz
•
KG - University
10 questions
Computer Protection

Quiz
•
University
10 questions
java quiz on Encapsulation and Abstraction

Quiz
•
University
7 questions
Session 11

Quiz
•
University
10 questions
THREAD

Quiz
•
University
10 questions
OS(UNIT-I) QUIZ

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade