Computer Science, asked by aalianasir4949, 11 months ago

Write a Qbasic program to print the sum of two numbers num 1=29 and num 2=45

Answers

Answered by arinwal
0

Answer:

NICE QUESTION

Binary numbering system - convert between decimal and binary

Binary numbering system: this system uses only two digits 0 and 1. It is referred to the base 2 number system. It represents all the base values that a base 10 number system can. It describes a number as the sum of powers of 2. They are used to to represent every piece of data stored in the computer: all of the numbers, all of the letters, and all of the instructions that the computer uses to execute work.  

In windows you can access a scientific calculator that supports conversion between decimal (base 10) and binary (base 2) by choosing start, all programs, accessories, then clicking the view menu to select scientific.

Similar questions