subject
Computers and Technology, 23.03.2021 19:00 sashie0

SOALAN OBJEKTIF tem Nomor Perduaan
Combor peedan mudah difahami
A paratan yang berisi yang
Perbanding dengan nombor
maka tidak benar menn Sie
perpuluhan
D Perefimpanan data data dalaen nomboe
perdian lebih beras
A Mengenakan sepatu pilihan digit
1 bln digitter daripada 0,1,2,3,4,
4. Yang manakah salah kaedah yang digunakan
untuk menukarkan nombor perpuluhan
komputer
kepada nombor perduan?
menyimpan data
1 Kaedah bahagi dengan 2 dan gunakan
D Diguna dalam kehidupan harian
bakireta
manusia
II Kaedah darab desvan 2 dan gunakan
brakina
2. Jadual berkur menunjukkan nilai dies!
w Kaedah makan les
dalam nombor 1010,
IV Vzedah ambil daripada baki
AI dan II
Lajur
2 3
B dan IV
CII dan IV
Barisi
2 29
DI dan IV
1
0
1
Nilai digli
4
2
Pernyataan yang manakah tidak benar
mengenai Jadual di atas
a Nilai bag Daris 2 ialah 8,4,2,1
B Baris 2 juga disebut nilai tempat
C Nilai perpuluhan untuk 1010 ialah 10
D Nilai digli bagi setiap lajur adalah hasil
darab Baris I dan Baris 3
5. Jadual berikut menunjukkan kaedah
penukaran nombor perpuluhan kepada
nombor perduaan
75
2
37 baks 1
37
2
18 bak 1
18
2
9 baki
9
2
4 baki 1
- 2
baki 0
2
1 baki 0
Pernyataan yang manakah tidak benar
mengenai jadual di atas.
A Kaedah yang digunakan ialah kaedah
bahagi dengan 2 dan gunakan bakinya.
B Nombor perduaan yang diperoleh ialah
110100,
C Hasil bahagi 1 perlu dibahagikan lagi
dengan 2.
D Semakan perlu dilakukan selepas
menjalankan penukaran ini.
3. Apakah kepentingan
belajar
nombor perduaan dan penukaran nombor
perpuluhan kepada nombor perduaan?
A Komputer memahami data dalam
perwakilan nombor perduaan sahaja
Nombor perduaan yang menggunakan 2
diglt sobaja senang dipelajari​


SOALAN OBJEKTIF

tem Nomor PerduaanCombor peedan mudah difahamiA paratan yang berisi yangPerbandin

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:10
Which are not examples of chronic or persistent stress? moving
Answers: 1
question
Computers and Technology, 22.06.2019 13:00
We as humans write math expression in infix notation, e.g. 5 + 2 (the operators are written in-between the operands). in a computer’s language, however, it is preferred to have the operators on the right side of the operands, i.e. 5 2 +. for more complex expressions that include parenthesis and multiple operators, a compiler has to convert the expression into postfix first and then evaluate the resulting postfix.write a program that takes an “infix” expression as input, uses stacks to convert it into postfix expression, and finally evaluates it. it must support the following operations: + - / * ^ % (example infix expression: (7 - 3) / (2 + 2)postfix expression: 7 3 - 2 2 + /result: 1guidelines: 1. you will need to use stacks in three placesa. one for the parenthesis check [char stack]b. one during infix to postfix [char stack]c. one during evaluation [int stack]for a and b above, you can use same array and same push, pop method as both ofthem are char. but for evaluation you have int stack and you might consider to createanother push pop method to handle it. maybe push_int, pop_int, etc. or find otherstrategy to utilize existing push pop method2. you can create a function for obtaining operator priority. that function should take anoperator as input and return its priority as an integer. this function will you a lot andreduce repeated code3. during evaluation you will need to convert char into integer. example for single digit: char c = '5'; int x = c - '0';
Answers: 2
question
Computers and Technology, 22.06.2019 22:30
What is the most popular genre of video games?
Answers: 1
question
Computers and Technology, 23.06.2019 06:00
When is a chart legend used a. all the time b. whenever you are comparing data that is the same c. whenever you are comparing multiple sets of data d. only for hand-drawn charts
Answers: 2
You know the right answer?
SOALAN OBJEKTIF tem Nomor Perduaan
Combor peedan mudah difahami
A paratan yang berisi yan...
Questions
question
Mathematics, 02.12.2020 01:20
question
Physics, 02.12.2020 01:30
question
Mathematics, 02.12.2020 01:30
Questions on the website: 13722363