Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

The decimal equivalent of the binary number
101001.1011 is?
A 41.7875.
B 415875.
c 41.6875.
D 41.1875.
Which of the following sources of interrupt
has the highest priority?
A Division by zero.
B Real-time clock.
C Memory parity error.
D Keyboard key pressed.
A CPU has a 16-bit program counter. This
means that the CPU can address:
A 16K memory locations.
B 32K memory locations.
C 64K memory locations.
D 256K memory locations
On receiving an interrupt, the CPU:
A. Finishes executing the current
instruction and moves to the interrupt
service routine.
B. Immediately moves to the interrupt
service routine without completing
current instruction.
C. Releases the control on I/O lines and
memory lines.
D. Makes any peripheral device that
requested the interrupt to wait for a
fixed interval of time.
In an instruction where the address patt
points to the address of actual data, the
addressing mode is?
A Immediate addressing.
B Direct addressin&
C Indirect addressing.
D Index addressing.
The Octal equivalent of the hexadecimal code
F3Al is?
Explanations pls
A NAND gate has inputs A and B. It's output
is connected to both inputs of another NAND
gate. An equivalent gate for these two NAND
gates is a(n):
A OR gate.
B AND gate.
C NOR gate.
D XORgate.
Two registers involved in the fetch-execute
cycle are:
A The program counter and the stack pointer
B The Accumulator and the program counter
C The accumulator and the current instruction register.
D The memory address register and the
memory data register
You are asked to write a program for marks obtained by students in the Department of CS & IT (DoCSIT). The department has 300 students (fixed size) and each student is assigned marks in the range [0, 100]. The management is interested to find the frequency of marks where student marks are greater than 60. You are allowed to use arrays to store the frequency. What will be the optimum size of the array to store the frequency? Justify your answer.
Write a MATLAB program to solve the following two-point boundary
value problems and then compare numerical solutions graphically.
(a) d
2
θ
dt2
= −θ(t), 0 < t < 2π, θ(0) = 0.7, θ(2π) = 0.7.
LATEST TUTORIALS
APPROVED BY CLIENTS