Answer:
2+7=9
3+1=4
is that what you were looking for
Explanation:
hope fully this helps
A computer scientist creates a necklace to celebrate the birth of her daughter. The necklace encodes her daughter's
birthday in binary using silver 1 and 0 beads.
The part of the necklace that encodes the day of the month is 11010.
0
What is the decimal equivalent of that binary number?
Answer:
26
Explanation:
I just know it ok; rjkhshwnwjk
The decimal equivalent of the binary numbers of 11010 that encodes the day of the month is = 26
How to calculate decimal equivalent of binary numbersTo convert a binary number to a decimal number, multiple the individual digits by lowers of 2 raised to the position of the digit in the number.
Therefore, to convert the binary numbers 11010 positional notation is used where the the powers of two are written down to correspond to the number of binary digits given. That is,
1 1 0 1 0
1 1 0 1 0
1 1 0 1 0 16 8 4 2 1
The decimal equivalent = 16 + 8 + 2 = 26
Therefore, the decimal equivalent of the binary numbers of 11010 that encodes the day of the month is = 26.
Learn more about decimal equivalent here:
https://brainly.com/question/26279367
Who created the word robot?
Answer:
Karel Čapek
Explanation:
Robot is drawn from an old Church Slavonic word, robota, for “servitude,” “forced labor” or “drudgery.” The word, which also has cognates in German, Russian, Polish and Czech, was a product of the central European system of serfdom by which a tenant's rent was paid for in forced labor or service
plz mark brainliest
PLSSS HELPP IM DESPERATE!!!
In what way, if any, do mobile devices access the Internet differently than non-mobile devices?
A. They use different operating systems and require mobile-specific browsers.
B. They use the same operating systems, but mobile devices use special browsers.
C. Mobile devices and non-mobile devices access the Internet identically.
D. They use somewhat different operating systems, but everything else is identical.
Answer:
C
Explanation:
Answer:
They use different operating systems and require mobile-specific browsers.
Explanation:
Write a SELECT statement that answers this question: Which invoices have a PaymentTotal that's greater than the median PaymentTotal for all paid invoices? (The median marks the midpoint in a set of values; an equal number of values lie above and below it.) Return the InvoiceNumber and InvoiceTotal for each invoice. Hint: Begin with the solution to exercise 2, then use the ALL keyword in the WHERE clause and code "TOP 50 PERCENT PaymentTotal" in the subquery.
Answer:
Here is the SELECT statement:
SELECT InvoiceNumber, InvoiceTotal
FROM INVOICES
WHERE PaymentTotal > ALL
(SELECT TOP 50 PERCENT PaymentTotal
FROM INVOICES
ORDER BY PaymentTotal)
Explanation:
This can also be written as:
SELECT InvoiceNumber, InvoiceTotal
FROM INVOICES
WHERE PaymentTotal >
(SELECT AVG(PaymentTotal )
FROM invoices
WHERE PaymentTotal > ALL
(SELECT TOP 50 PERCENT PaymentTotal
FROM INVOICES
ORDER BY PaymentTotal)
It is a visual device that displays the information
Monitor or some other Display.
Hope this helps.
What is online school like 3 sentences
Answer:
I don't know if this is a actual assignment so I will do two answers
The answer teachers want to hear: Online school is very enriching and I love being able to have nice conversations with my wonderful teachers.
What students think: I extremely hate school. I just want to sleep all day. I wish I could just eat.
Explanation:
What is a project manager?
A. Manager of a bank who oversees the employees and their transactions.
B. Manager of a retail store who handles all sales returns.
C. Person responsible for brainstorming and planning a project.
D. Person with the overall responsibility for successfully planning, executing, and completing a project.
Answer:
D
Explanation:
a project manager dose evreything in a project
Answer: A project manager does everything in a project. So the best answer would be D. Person with the overall responsibility for successfully planning, executing, and completing a project.
Explanation: I took the test :)
What is the main fear that ransomware attacks center around?
Answer:
In case of ransomware, victims fear losing the data.
Explanation:
Ransomware is spread through emails that contain attachments or data via drive-by downloading as a user visits an infected website unknowingly. Ransomware also spreads if malware is downloaded and installed without the knowledge of the user. In such a case victims fear losing that data. Ransomware may also infect your computer system.
Need help with this