subject

1. What is the value of ECX in decimal after the following completes executing? mov ECX, 5000
here: nop
loop here
2. What is the value of EDI after the following code has completed running?
mov EDI, 10
mov ECX, 2
rep movsb
Note: you can not run this in Visual C++... figure it out."Given the string called 'letters' in memory which is equal to 'Fancy' in ASCII and the following code:"lea ESI, letters
mov al,[ESI+4]
What value is placed in the AL register?
A. 59 hex
B. 79 hex
C. 52 hex
D. 70 hex

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:10
This program reads a file called 'test.txt'. you are required to write two functions that build a wordlist out of all of the words found in the file and print all of the unique words found in the file. remove punctuations using 'string.punctuation' and 'strip()' before adding words to the wordlist. write a function build_wordlist() that takes a 'file pointer' as an argument and reads the contents, builds the wordlist after removing punctuations, and then returns the wordlist. another function find_unique() will take this wordlist as a parameter and return another wordlist comprising of all unique words found in the wordlist. example: contents of 'test.txt': test file another line in the test file output: ['another', 'file', 'in', 'line', 'test', 'the']
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
Jason needs to learn a new web tool. he went through his books to understand more about it. now he wants hands-on experience with using that tool. what would him? jason can use websites where workspace is provided to test the results of your code.
Answers: 2
question
Computers and Technology, 23.06.2019 07:00
Why were most movies from the late 1890s until the early 1930s only filmed in black and white? there were only a few people who could afford the technology to produce color motion pictures back then. audiences did not want color motion pictures until later. the film used to make color motion pictures often overheated, which was a safety hazard, so it was generally not allowed. color films had to be hand-colored, frame by frame.
Answers: 3
question
Computers and Technology, 23.06.2019 12:00
3. when you right-click a linked spreadsheet object, what commands do you choose to activate the excel features? a. linked worksheet object > edit b. edit data > edit data c. linked spreadsheet > edit d. object > edit data
Answers: 2
You know the right answer?
1. What is the value of ECX in decimal after the following completes executing? mov ECX, 5000
...
Questions
question
Mathematics, 12.03.2021 22:50
question
English, 12.03.2021 22:50
question
Mathematics, 12.03.2021 22:50
Questions on the website: 13722359