RISC Zero
Random
RISC-V
Binary Math
Logic
100

What ISA does RISC Zero use?

What is RISC-V?

100

The name given to a basic binary unit.

What is a bit?

100

What does RISC-V stand for? 

What is "reduced instruction set computer five"?

100

What is 1 + 1? 

What is 10?

100

What logic gate is described below?

0 -> 1

1 -> 0

What is a "NOT" gate?

200

What year was RISC Zero founded?

What is 2021?

200

What is the most widely used Operating Systems?

What is Microsoft Windows?

200

What does the "V" in RISC-V stand for?

What is the number of generations of RISC architecture developed by UCB?

200

What is 10 + 10?

What is 100?
200

What logic gate is described below?

0, 0 -> 0

0, 1 -> 0

1, 0 -> 0

1, 1 -> 1

What is an "AND" gate?

300

What's the name of our new Head of Security?

Who is Kevin?

300

The observation that the number of transistors on integrated circuits doubles approximately every two years.

What is Moore's Law?

300

How many registers does the RISC-V base ISA consist of? 

What are 32 Integer Registers? 

300

What is 1101 + 1001?

What is 10110?

300

What logic gate is described below?

0, 0 -> 0

0, 1 -> 1

1, 0 -> 1

1, 1 -> 1

What is a "OR" gate? 

400

_____ serves as a proof of validity of a given Session.

What is Receipt?

400

What was the very first type of computer?

What is a calculator?

400

What does the "M" Extension stand for?

What is an extension for Integer Multiplication and Division? 

400

What is 10010 + 1100?

what is 11110? 

400

What logic gate is described below?

0, 0 -> 0

0, 1 -> 1

1, 0 -> 1

1, 1 -> 0

What is a "XOR" gate?

500

What finite field does RISC Zero use?

What is Baby Bear?

500

Doing more than 1 thing in a single program.

What is Multithreading?

500

What is special about Register x0?

What is, it always holds the value zero?

500

What is 1011101 + 1000000? 

What is 10011101?

500

What logic gate is described below?

0, 0 -> 1

0, 1 -> 0

1, 0 -> 0

1, 1 -> 0

What is an "NAND" gate?