logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1234351 total)

Переглянути це питання

Suppose R4=i, and we are implementing a jump table to go to jt[i], where jt contains n elements. Several computations should be performed on i before actually making the jump. Which of the following is NOT one of these computations?

0%
0%
0%
0%
Переглянути це питання
The reason for using a header node to point to a linked list is
Переглянути це питання

Which of the following is NOT an advantage of "short circuit"

evaluation of the following expression?

i<n && x[i]=y[i]

0%
0%
0%
Переглянути це питання

Suppose we have an integer code, and we need to execute a different statement for each value of the code from 0 to n-1. Which statement correctly describes the time complexity?

Переглянути це питання

Most of the following statements describe useful things that interrupts can do, but one does not. Which of the following statements is NOT true?

0%
0%
0%
0%
0%
Переглянути це питання
Which of the following statements is NOT true?
0%
0%
0%
0%
Переглянути це питання

Each node in a binary tree is a record with three fields: value, left, and right. Suppose R1 points to a node in the tree. Which instruction would put a pointer to the right subtree into R5?

Переглянути це питання

Each node in a binary tree is a record with three fields: value, left, and right. Suppose R1 points to a node in the tree. Which instruction would put the value of that node into R3?

0%
0%
0%
0%
0%
0%
0%
Переглянути це питання

Each node in a binary tree is a record with three fields: value, left, and right. Suppose p is a pointer to a node in the tree. Which instruction would make R1 point to that node?

0%
Переглянути це питання