Please help with the following in regards to Nand2Tetris, and hack code, so hack assembly and hack vm. There can be more that one answer to a question if  so please explain why. 1a. Which expression is true when y >= x ? a.  Nand( Not(y),x) b. And(x,Not(y)) c. Nand(x,y)   1b. You have to implement the VM language presented in this course. Which of the following virtual segments is the easiest to handle? a. static b. local c. argument d. constant e. this 1c. In the Hack platform ROM is where instructions are stored before being executed, and RAM is for data, used while the program executes a. TRUE b. FALSE

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Topic Video
Question

Please help with the following in regards to Nand2Tetris, and hack code, so hack assembly and hack vm. There can be more that one answer to a question if  so please explain why.

1a. Which expression is true when y >= x ?

a.  Nand( Not(y),x)

b. And(x,Not(y))

c. Nand(x,y)

 

1b. You have to implement the VM language presented in this course. Which of the following virtual segments is the easiest to handle?

a. static

b. local

c. argument

d. constant

e. this

1c. In the Hack platform ROM is where instructions are stored before being executed, and RAM is for data, used while the program executes

a. TRUE

b. FALSE

 

1d. A symbol may be:

a. @followed by a number

b. @followed by a lower case word

c. @followed by upper case word

d. a and b

e. b and c

 

1e. Every boolean expression of N inputs and one output can be implemented

a. using a combination of D flip-flops, multiplexors and registers.

b. by connecting the output directly to all of the N inputs.

c. using a combination of And and Or gates.

d. using a combination of And, Or and Nand gates

 

1f. In twos-complement arithmetic, to create a negative value of a number X:

           To subtract X from Y:

a. invert (Not) every bit in the number X.

b. invert the most significant bit of X.

c. add 1 to X, and invert every bit.

d. subtract 1 from X, and invert every bit

e. add 1 to X

f. invert every bit of X and add 1

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 6 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education