Which of the following is NOT true about data?
A. It is information processed or stored by a computer
B. It is stored and processed in decimal format
C. It can be in the form of figures, texts, images or other types of
information
D. It can be transferred from one computer to another

Answers

Answer 1

Answer: B. It is stored and processed in decimal format

============================================================

Explanation:

Choice B is not true because data is stored and processed in binary format. This is in the often talked about format of 1s and 0s. Binary is preferred because computers are built upon electronic circuits. If an electrical current is passing through a certain node, then you can represent this with 1 for "on", while no electricity would be 0 for "off". Think of a series of switches you can flip up or down. Chaining together 1's and 0's allows us to represent pretty much any kind of thing we want from documents, to pictures, to movies to videogames. The 1's and 0's can represent instructions of a program (aka computer code) or it could represent raw data such as an image file.

In short, data is not stored and processed in decimal format. It's represented in binary instead. Binary is base 2 consisting of the digits 0 and 1. In contrast, decimal format deals with the digits 0 through 9.


Related Questions

Read the code snippet below and determine which markup language it is:



Sound Card
Creative Labs
Sound Blaster Live
80.00



The code is an example of the (Blank) markup language.

Answers

Answer:

Sound Card

Explanation:

Choose all items that are true about the two example of HTML shown on the right.
A. Example 1 will display differently than example 2 in a web browser.
B. They are styled differently, but will look the same in a web browser.
C. Example 2 is easier to analyze and repair.
D. The styling in example 2 is required by modern web browsers.

Answers

Answer:

“They are styled differently, but will look the same in a web browser” & “The styling in example 2 is required by modern web browsers”.

Explanation:

Answer:

B and C

Explanation:

can someone help me answer this, I can’t fail tysm :)

Answers

Don’t know what the answer is but do you, I have the test for that today

Which steps should you follow to show the Developer tab after clicking Options in the File tab?

Click Customize Ribbon, and check next to Developer in the Main Tabs area.
Click the Developer tab, click Switch View, and click OK in the Main Tabs area.
Click Open, and add a check mark next to Developer in the Customize area.
Click the View tab, add a check mark next to Developer, and click OK.

Answers

Answer:

A Click Customize Ribbon, and check next to Developer in the Main Tabs area.

Explanation:

Answer:

c

Explanation:

Jeff is at his workplace and needs a file from his computer at home. Which protocol can Jeff use to access this file from a remote location? A HTTP B. POP3 C. LDAP D. Telnet ​

Answers

The answer is Telnet.


Telnet is a network protocol used to virtually access a computer and to provide a two-way, collaborative and text-based communication channel between two machines. It follows a user command Transmission Control Protocol/Internet Protocol (TCP/IP) networking protocol for creating remote sessions.

Lin wants to play an online game with her friends. She read the description of the game and knows it contains several features with addictive design, including rewards for completing levels and long game times with penalties for quitting early. She likes the game but doesn’t want to get sucked in and skip her homework (which has happened before)! Name two guidelines Lin should set for herself before playing the game.

Answers

Answer:

Set a time limit for herself. Ask her parents for help monitering her app usage.

Who should NOT apply for financial aid?

Students who will attend college part-time

Students whose annual family income is over $100,000

Students who will attend community college

All students should apply for financial aid

Answers

Answer: wealthy students should, not a must, apply for it. Not every student.

Boolean Operators help filter information when completing a ________ ________

A. web search
B. column making​

Answers

The answer would be A: Web Search :)

Which of the following is NOT an acceptable way to create a color?


A) O "cyan"
B) O "#ff2341"
C) blue
D) "RGB (0, 15, 234)"

Answers

The option that is not an acceptable way to create a color is blue.

How can I create a color?

There are a lot of ways to create  some unique color  such as the additions of  colors together.  An example is the addition of purple, orange, and green together.

Note that blue on its own cannot create another color and as such, The option that is not an acceptable way to create a color is blue.

Learn more about color from

https://brainly.com/question/4431200

#SPJ2

The process of acquiring existing information or developing new information.

Answers

Answer:

Various definitions of the SDLC methodology exist, but most contain the following phases.

Preliminary Analysis. In this phase, a review is done of the request. ...

System Analysis. ...

System Design. ...

Programming. ...

Testing. ...

Implementation. ...

Maintenance.

Explanation:

There are four methods of acquiring data: collecting new data; converting/transforming legacy data; sharing/exchanging data; and purchasing data. This includes automated collection (e.g., of sensor-derived data), the manual recording of empirical observations, and obtaining existing data from other sources.

True or False? Security code is almost always open source!
True
False

Answers

Answer:

its true

Step-by-step explanation:

Security code is almost always open source is a false statement. Check more about  Security code below.

What is security code?

The  Security code  is known to be the number that is known to be found in the front or back of any credit cards. It is made just  for security use.

Conclusively,  Security code is almost always open source as one cannot get it except one is told about it. Therefore, it is not an open source.

Learn more about  Security code from

https://brainly.com/question/26260220

A website is unencrypted. Which tool can be used to stop the website’s traffic and analyze the information on it?

Answers

Answer:

Explanation:

Web analytics is the computation, amassing, study and reporting of web data for purposes of accepting and adjust web custom. although, Web analytics is not just a method for measuring web traffic but can be used as a tool for job and market study, and to determine and become better the effectiveness of a website. Web analytics applications can also help companies measure the broadcast advertising attacks. Web analytics support information about the number of users to a website and the number of page views. It helps measure traffic and popularity trends which is useful for market study.


Nano technology uses include...
A: Tennis racquets (high strength to weight)
B: Self-cleaning fabrics
C. Antibacterial fabrics
D: All of the above

Answers

The answer is c. Antibacterial fabrics

What do you type in the “subject” box

(A)The title of your email/summary of what you need

(B) The persons name you are sending an email to

(C) The question you are asking

I will mark brainliest

Answers

Answer:

the correct answer is: (A) The title/summary of what you need.

Explanation:

The subject is what the receiver see's when going across the email. Putting the summary of what the email is about in subject allows them to see what the email is mainly about seeing if they should continue reading the email or not. So providing the summary pf the email lets the receiver know what the email is about. Hope this helps! :D

2.32 LAB: Musical note frequencies On a piano, a key has a frequency, say f0. Each higher key (black or white) has a frequency of f0 * rn, where n is the distance (number of keys) from that key, and r is 2(1/12). Given an initial key frequency, output that frequency and the next 4 higher key frequencies. Output each floating-point value with two digits after the decimal point, which can be achieved by executing cout << fixed << setprecision(2); once before all other cout statements. Ex: If the input is: 440.0 (which is the A key near the middle of a piano keyboard), the output is: 440.00 466.16 493.88 523.25 554.37

Answers

Answer:

Explanation:

[tex]\text{This is a python code:}[/tex]

[tex]\text{import math}[/tex]

[tex]your {\_} {value 1 }= float(inpu \ t ())[/tex]

[tex]your{\_}value 2 = your{\_}value1*math.exp(1 * math.log(2) / 12)[/tex]

[tex]your{\_}value 3 = your{\_}value1*math.exp(2 * math.log(2) / 12)[/tex]

[tex]your{\_}value 4 = your{\_}value1*math.exp(3 * math.log(2) / 12)[/tex]

[tex]your{\_}value 5 = your{\_}value1*math.exp(4 * math.log(2) / 12)[/tex]

[tex]print('\{:.2f\} \{:.2f\} \{:.2f\} \{:.2f\} \{:.2f\}'.format(your\_value1, \ your\_value2, \ your\_value3,[/tex][tex]\ your\_value4, \ \ your\_value5))[/tex]

[tex]\mathbf{OUTPU \ T :}[/tex]

[tex]\mathbf{440.00 \ 466.16 \ 493.88 \ 523.25 \ 554.37}[/tex]

The code for musical note frequencies On a piano, a key has a frequency, say f0 is in the explanation part below.

Here is a C++ program to the stated problem:

#include <iostream>

#include <iomanip>

#include <cmath>

int main() {

   double frequency;

   std::cout << "Enter the initial key frequency: ";

   std::cin >> frequency;

   std::cout << std::fixed << std::setprecision(2); // Set output precision to 2 decimal places

   std::cout << frequency << " ";

   for (int i = 1; i <= 4; ++i) {

       frequency *= std::pow(2, 1.0 / 12); // Calculate the next frequency

       std::cout << frequency << " ";

   }

   return 0;

}

Thus, in this program, we use the user's original key frequency as input. The starting frequency and the following four higher key frequencies are then calculated and produced using a loop.

For more details regarding C++ program, visit:

https://brainly.com/question/33180199

#SPJ6

Which fraction represents the shaded part of this circle? 1 2 O 4 Check Answer /3rd grade/​

Answers

The Answer is 1/6 because there are 6 parts of the circle and 1 of them is shaded

Answer:

1/6 because there is one shaded and the total are 6

PLEASE HELP ME!!!!!
In Python, an array is called a ______________.

Answers

Answer:

List

Explanation:

In python programming language, an array is also referred to as a sequence.

What are programming languages?

Programming languages are digital languages that help to create software and programs over computer and computers networks. Python is one such coding language, and is widely used globally.

In python, the arrays are representatives of a sequence, which may describe any data elements and are put into such sequence with proper index in a chronological order.

Hence, in a programming language like python, an array represents a sequence.

Learn more about programming languages here:

https://brainly.com/question/14379391

#SPJ2

Color codes are stored as:


A) int
B) float
C) dec
D) Strings

Answers

Answer:

the correct answer is Strings, have a great evening yall

Explanation:


1. The structural framework for greenhouses is typically made of
A. metal or plastic tubing.
B. wooden slats
C. glass beams
D. All of the above

Answers

The answer is D it takes all those to make a green house

1) Given what you have learned about computers and information technology thus
far, what IT career interests you the most? Use the job descriptions and titles in the
"Computer and Information Technology" section of the Occupational Outlook
Handbook or the IT career cluster for your answer. (2 points)

Answers

B r u h that is mostly based on your opinion

which type of hazzard are those substances which threathen you physical safety ?​

Answers

Answer:

98o

Explanation:

1 Sales tax
5.00%
Use the image to help you answer the question.
Which formula will tell you the total "Before tax"
price using cell references?

A. =3+2+50
B. =B8
C. =B4+B5+B6
D. =B4*B5*B6

Answers

Answer:

Future value (FV) tells you the value in the future of money deposited in a bank account ... We can use Excel to make a table of how the future value grows with the ... 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. A. B. C. D. E. F. Interest. 6% ... To answer the question, we compute the IRR of the investment and compare it.

Explanation:

Answer:

C. = B4+B5+B6

Explanation:

Edge 2020

if you hard working right now go to this EASY question


#BRAINLY and I will give you brainlist something I forgot what's it called for your hard work

Answers

Ok, where is the question so I can try my best?
Whats the question??? Lol

Can somebody do an Algorithm 2 for more?
(Python)

Answers

# If the number is positive, we print an appropriate message, else we print the opposite

num = 3

if num > 0:

print(num, "is a positive number.")

num = -1

elif num < 0:

print(num, "is a negative number.")

num = 0

else

print(num, "is neither positive nor negative.")

What responsibilities does the film editor have? (Select all that apply).

Answers

Answer:

“Revising the script”, “reading the script”, and “manipulating graphics, plot, sound, and score”

Explanation:

PLEASE ANSWER ASAP!!!

Name the error that can happen as a result of adding binary numbers.

Answers

Answer:

Sometimes, when adding two binary numbers we can end up with an extra digit that doesn't fit. This is called an overflow error. This sum is fine as the original numbers have two digits, and the result of the sum also has two digits.

Explanation:

Keira is creating an app for her cross-country team. Users will input their race times and the output will be a graph showing their progress.

Which Python module should Keira use to draw a line on the screen?

Design Graphics
Graphics Module
Math Module
Turtle Graphics

Answers

Answer:

Design Graphics

Explanation:

Which command do you use to save a document with a new name? Choose the answer.
Save As
Save New
Save Type
Save​

Answers

Answer:

Explanation:

Most word processors use Save As which not only allows you to save with a different name, but the root can be changed as well. I use LibreOffice write. Its Save As Command allows you to change the name from say J1 to Jerome and also to save the document in many of the word formats. That last ability is really important because some people only have Microsoft products. On my old computer, I have Microsoft Word 2000. If I want to transfer files, that is how I have to save the file.

The AND operator is a disjunction and the OR operator is a conjunction.

True
or
False

Answers

Answer:

True but it might be false but i think is true

which kind of blocks is used to hold values​

Answers

Answer:

Variable block.

Explanation:

In Computer programming, a variable can be defined as a placeholder or container for holding a piece of information that can be modified or edited.

Basically, variable stores information which is passed from the location of the method call directly to the method that is called by the program.

For example, they can serve as a model for a function; when used as an input, such as for passing a value to a function and when used as an output, such as for retrieving a value from the same function. Therefore, when you create variables in a function, you can can set the values for their parameters.

For instance, to pass a class to a family of classes use the code;

\\parameter Name as Type (Keywords) = value;

\\procedure XorSwap (var a,b :integer) = "myvalue";

Hence, variable block is used to hold values. Also, it can be used to hold strings in variables, which may be displayed through the computer monitor.

Other Questions
An 80 meter rope is suspended at its two ends from the tops of two 50 meter flagpoles. If the lowest point to which the midpoint of the rope can be pulled is 36 meters from the ground, then the distance, in meters, between the flagpoles is:A. 639B. 3613C. 1239D. 1813 E. 1226Please ignore the other doodles in the picture A tree casts a shadow 21m long. The angle of elevation of the sun is 51. What is the height of the tree? Round your answer to the nearest tenth. Hi. Can anyone help me out here? I need to find the latitude and longitude. PLEASE HELP ME! FIND THE LATITUDE AND LONGITUDE FOR NUMBERS 1 -20 using the attachment I provided below. THANK YOU AND GOD BLESS TO WHOEVER HELPS ME OUT. :)Ps. Sqdancefan, if you are reading this, help me out! . What causes a hurricane to form will give brainliest to smartest answer Write a Simple biography on Andrew Jackson during his time as President? Jesus is the fulfillment of the Hebrew Goel because:A - He was 30 years old when He began His ministryB - He is of the lineage of King DavidC - He is willing and able to pay our redemption in fullD - He was born in a manger YeS mOrE 9Th GrAdE mAtH (question for smart people) Which term, when divided by volume, equals density?A) DistanceB) PowerC) MassD) Weight please help i need this Can you write an essay about what makes a good rapper.I will mark you Brainly. Which details from the texts suggest that both William and Manjiro are creative? Stephon is writing an essay that compares and Contrasts characters from two different texts The two characters he is comparing and contrasting are Manjiro from Heart of a Samurai and Wiliam the narrator of The Boy Who Harnessed the Wind. One similarity he no PLEASE HELP, i'll mark the brain thingy ! What is one of the reasons swift gives for his proposal If the radius of the circle is 3 cm, what is the measure of the longest chord?A. 3 B. 6 C. 9 D. 12 what do the phase changes condensation, evaporation, and crystallization have in common? Each box on this grid represents one square inch. Roger cut out a quilt block pattern and placed it on the grid (Square A). From thepattern he made a larger sized quilt block (Square B). What is the ratio of the area of Quilt A to the area of Quilt B?A.1:4B.1:2C.4:1D.1:1 explain the rule of laws. how is this principle essential for an effective democracy to function? all you need is in the photo ASAP Why do we have implicit bias?(Sociology subject ) 2. A person who is lactose intolerant would have difficulty digesting which one of the following foods?O A. Grilled veggie burger on a sesame bunO B. Low-fat cheesecake with raspberriesO C. Three-bean saladO D. Turkey hot dog with mustard