Top answers

All subjects
All levels

How do I put 10101011 from binary into decimal?

As with all binary numbers, you can start from the right side. The furthest right place represents the 20 (=1) place. As you move left, the places represent 21, 22, 2...

Answered by Lauren G. Computing tutor
3612 Views

What is SQL? I know it's a 'query' language, but what does that mean?

As you said, SQL is a query language that is used for databases. A 'query' language when referring to databases means that it is the language used to get information out of the database. 
Databases c...

Answered by Lauren G. Computing tutor
2684 Views

What do 0s and 1s have anything to do with Boolean Logic?

In computers, everything is represented with 0s and 1s. While Boolean Logic is often explained using the terms 'true' and 'false', these are actually represented by the numbers 0 and 1.
0 means 'fals...

Answered by Lauren G. Computing tutor
2319 Views

How would you check if a number is palindrome using a looping algorithm in any programming language ?

A palindrome number is one which remains the same when its digits are reversed. For example 121, if you write 121 backwards its still 121.

The algorithm involves a really simple loop whic...

Answered by Yatharth R. Computing tutor
10595 Views

What is the difference between a data structure and a data type?

A data structure is a way of describing a certain way to organize peices of data so that operations and alogrithms can be more easily applied. For example tree type datastructures often allow for efficien...

Answered by Tom B. Computing tutor
29142 Views

We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo
Cookie Preferences