wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Technologies for Network Based Systems

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

Which technology is cited as providing the "universal addressability" required to track an estimated 100 trillion static or moving objects in the Internet of Things (IoT)?

a)

RFID and GPS sensors

b)

IPv6 protocol with 2^128 IP addresses

c)

Cyber-Physical Systems (CPS)

d)

100 Gigabit Ethernet (100 GE)

2.

Cyber-Physical Systems (CPS) are defined by the integration of which "3C" technologies?

a)

Clusters, Clouds, and Connectivity

b)

Computation, Communication, and Control

c)

Convergence, Concurrency, and CMOS

d)

Capacitance, Circuits, and Cooling

3.

Why has the clock rate of modern processors largely limited at approximately 5 GHz?

a)

Failure of Moore's Law

b)

Power and heat constraints in CMOS chip technology

c)

Lack of Instruction-Level Parallelism (ILP)

d)

The transition from RISC to x-86 architectures

4.

In the context of multithreading micro-architectures, which pattern allows for the simultaneous scheduling of instructions from different threads in the same cycle?

a)

Fine-grain Multithreaded

b)

Coarse-grain Multithreaded

c)

SMT (Simultaneous Multithreaded)

d)

Dual-core CMP

5.

5. How does the architectural optimization of a GPU differ from that of a CPU?

a)

CPUs are optimized for throughput, while GPUs are optimized for latency.

b)

CPUs are optimized for latency (caches), while GPUs are optimized for throughput.

c)

CPUs use "thin" cores, while GPUs use "fat" cores.

d)

GPUs focus on ILP, while CPUs focus exclusively on DLP.

6.

In the NVIDIA Fermi GPU architecture, what is a "warp"?

a)

A single CUDA core

b)

A streaming multiprocessor (SM)

c)

A group of 32 threads scheduled together

d)

A type of off-chip DRAM

7.

What is the "Memory Wall" problem described in the sources?

a)

The physical limit of how many DRAM chips can fit on a motherboard

b)

The worsening gap between fast processor speeds and slower memory access times

c)

The 300,000-cycle write limit of Solid-State Drives (SSDs)

d)

The inability of 32-bit systems to address more than 4 GB of RAM

8.

According to the technology trends, how does the growth of network bandwidth compare to Moore’s Law for CPU speed?

a)

Network bandwidth grows slower than CPU speed.

b)

Both grow at exactly the same rate (doubling every 18 months).

c)

Network performance increases by 2x per year, which is faster than Moore's Law

d)

Network growth has reached a limit, unlike CPU growth.

9.

Which type of Virtual Machine (VM) architecture involves a VMM (Hypervisor) running in privileged mode directly on the hardware?

a)

Hosted VM

b)

Native VM (Bare-metal)

c)

Dual-mode VM

d)

Physical Machine

10.

What is the power efficiency target required to achieve an Exascale computing system?

a)

1 Gflops/watt

b)

5 Gflops/watt

c)

200 pJ/instruction

d)

60 Gflops/watt per core