Which of the following types of information can be stored in an electronic database?
-Text
-Alphanumeric
-Date
-All of the above

Answers

Answer 1
All of the above I believe
Answer 2

The types of information that can be stored in an electronic database is text, alphanumeric, and also date. The correct option is D.

What is a database?

A database is a structured collection of information or data that is typically stored electronically in a computer system. A database management system is usually in charge of a database (DBMS).

Any collection of data or information that has been specially organized for rapid search and retrieval by a computer is referred to as a database.

Databases are designed to make it easy to store, retrieve, modify, and delete data in conjunction with various data-processing operations.

Text, alphanumeric, and date information are all examples of information that can be stored in an electronic database. A database's five major components are hardware, software, data, procedures, and database access language.

Thus, the correct option is D.

For more details regarding a database, visit:

https://brainly.com/question/6447559

#SPJ3


Related Questions

The image shows a bar graph.

A bar graph shows a series of 4 vertical bars along an x and y axis.

In which scenarios would using this graph be best for a presentation? Check all that apply.

showing change in a community’s average median age over a century
comparing the percentages of the types of pets owned in a community
showing how the world’s shark population has changed over 50 years
comparing the number of men and women who earned engineering degrees in a decade
showing the percentages of the various religions practiced in Indonesia

Answers

Answer:

showing change in a community’s average median age over a century

showing how the world’s shark population has changed over 50 years.

comparing the number of men and women who earned engineering degrees in a decade

Explanation:

WILL MARK BRIAN PLZ HELP PLZ I BEG YOU While levels often change in order to give a game some more variability, they might also change to tell more of the what?

Group of answer choices


game creation process


instructions


game story


animation

Answers

Answer:

Game story

Explanation:

Answer:

Game Story

Explanation:

10. There is repeated code in these onevent blocks. Choose the correct code for the updateScreen() function which would be called in each of the onEvent blocks.

1

var counter

0;

2

3

onEvent("upButton", "click",

function

4

counter

counter + 1;

5

setText ("counter_label", counter);

set Property ("counter_label", "text-color",

6

"red");

7

if

counter

8

set Property ("counter label",

"font-size", 24);

9

10

11

onEvent ("downButton",

"click",

function

12

counter

counter

Answers

Answer:

front zise24

Explanation:

on event down botton

The correct code for the updateScreen() function which would be called in each of the onEvent blocks is setText ("counter_label" counter) = = 0.

What is a function?

A function refers to a set of statements that makes up an executable code and it can be used in a software program to perform a specific task on a computer.

In this scenario, the correct code for the updateScreen() function is written as follows:

function updateScreen()   { ⇒

       setText ("counter_label" counter)  {

       if (counter == 0);

          setProperty ("counter_label", "font-size", "24") ;

       }                         +

}

In conclusion, the executable code for the updateScreen() function which would be called in each of the onEvent blocks is "setText ("counter_label" counter) = = 0."

Read more on function here: brainly.com/question/20264183

#SPJ2

Ugh these are hard questions

Answers

9 is B, and 10 is D I think ... brainliest pls

Erin would like to add a photo to a presentation. However, she only has the printed copy of the photo. She does not have a digital copy. What should Erin do?

Answers

Answer:

Erin should scan the photo.

Took it on Edge <3

Answer:

Erin should scan the photo.

Explanation:

That´s what I thought :)

Which of these is an example of a system?

a circle

force

a single particle of matter

scissors

Answers

Answer:

force and a single particla of matter

How will you define a text?

Answers

Answer:

Text refers to content rather than form; for example, if you were talking about the text of "Don Quixote," you would be referring to the words in the book, not the physical book itself. Information related to a text, and often printed alongside it—such as an author's name, the publisher, the date of publication, etc.—is known as paratext.

The idea of what constitutes a text has evolved over time. In recent years, the dynamics of technology—especially social media—have expanded the notion of the text to include symbols such as emoticons and emojis. A sociologist studying teenage communication, for example, might refer to texts that combine traditional language and graphic symbols.

Explanation:

I Hope it help

Help me please. I'LL MARK BRAINIEST

Answers

Answer:

A and B

Explanation:

yes

17. What is something an employer might look for in person when hiring? (3
points)
A. Someone with a positive attitude
B. Someone with positive qualities such as honesty, tolerance, and
patience
C. Someone easy to work with
D. All of the above

Answers

D. all of the above
D. All the above

Why? Since all these qualities are valuable when hiring someone, you want them to be polite and respectful. It will also make working with this person better since you won’t have to deal with some rude or nasty.

Your ____ should always be bigger than your gutters

Answers

Always always always

is this very epik or not?

Answers

Answer:

e p i k ༼ つ ◕_◕ ༽つ

Answer:

much epic

Explanation:

Answers are 1-11, 3 is wrong

Answers

Answer:is the python

Explanation:

Use repl .it

The answer is 4

1:
3+2=5
2:
5+2=7
3:
7+2=9
4:
9+2=11
It would stop here as 11 is bigger than 10

If tech is smarter than us. How did a human make something smarter than him/her?

Answers

Answer:

hey eliza you there

Explanation:

Answer:

Well, really we are the smart ones since we created it and we put all of the info inside of that robot

Explanation:

When you send large attachments, you are not
a. considering the needs of others
b. doing anything wrong
c. helping to maintain respectful communication
d. following social conventions
Please select the best answer from the choices provided
A
ОО
B
ОС

Answers

Answer:

c,becauses she is helping

Explanation:

thank me later

Answer:

A

Explanation:

i got a 100

Approximately how many tweets are posted on Twitter each day? 500 500 thousand 500 million 500 billion

Answers

Answer:

around 500 million

Explanation:

Where do the projection lines converge in a perspective sketch?

Answers

Answer:

Option B, Vanishing point

Explanation:

The complete question is

Where do the projection lines converge in a perspective sketch?

A. the ground line

B. the vanishing line

C. the eye point

D. the horizon line

Solution

A point lying on the image of a perspective drawing where the drawings ( two-dimensional perspective projections) of two parallel line meet in three dimensional space is known as Vanishing point


Can I control my digital footprint?



Answers

Answer:

yes you can

Explanation:

Answer:

Yes you can

Explanation:

1. Enter your name into several search engines.

2. Double check your privacy settings, but don't trust them.

3. Create strong, memorable passwords.

4. Keep all your software up to date.

5. Review your mobile use.

6. Build your reputation through your behavior.

Overview Write a program that reads an integer from the user and then prints the Hailstone sequence starting from that number "What is the hailstone sequence?" you might ask. Well, there are two rules: • If n is even, then divide it by 2 • If n is odd, then multiply it by 3 and add 1 Continue this sequence until you hit the number 1.​

Answers

n=int(input("Enter number: "))

while n != 1:

   print(n)

   if n%2==0:

       n//= 2

   else:

       n = (n*3)+1

print(n)

I wrote my code in python 3.8. If you want to print the 1, keep the last line of code otherwise delete it.

Propose a list of five milestones that would be reasonable in a mid-project prototype phase of a video game development project (any genre).

Answers

Answer:

Five milestones of a game development process are prototype, vertical slice, pre-alpha, alpha, and beta.

Explanation:

Game development is the process of creating or producing a functional bug-free game. The development process hits several milestones throughout its three stages or processes. These milestones are prototype, vertical slice, pre-alpha, alpha, beta, and gold master.

the function of television

Answers

Answer:

Explanation:

it's to provide information and entertainment to the masses at a reasonable price.

What is one ethical use of technology?

A.
Arguing with people on Twitter about various topics.

B.
Browsing the internet on your smartphone during class.

C.
Posting fake information on your social media accounts.

D.
Talking to friends and colleagues about interesting news.

Answers

Answer:

D.

Talking to friends and colleagues about interesting news.

Explanation:

Ethics is a branch of philosophy that "involves systematizing, defending, and recommending concepts of right and wrong behavior". So if something is "ethical" it is a right thing to do.

Definitely D
hope this helps :)

I really need help please :)

Answers

I'm sorry I don't know question 6, but question 5 is B. Who love

Provides an array of buttons for quick access to commonly used commands and tools

A. scroll bar

B. tool bar

C. status bar

D. menu bar

Answers

Answer:Tool bar

Explanation:

The toolbar is said to provide an array of buttons for quick access to commonly used commands and tools. Through the toolbar, one can easily access the commands that are commonly used.

We can see the toolbar in several software like the graphics editor, office suites, and browsers.

The answer is B. Tool Bar!

what is two examples of software and hardware?​

Answers

Answer:

Hardware Software

If hardware is damaged, it is replaced with new one. If software is damaged, its backup copy can be reinstalled.

Ex: Keyboard, Mouse, Monitor, Printer, CPU, Hard disk, RAM, ROM etc. Ex: Ms Word, Excel, Power Point, Photoshop, MySQL etc.

Explanation:

Answer:

hardware= key board ,mouse

software =excel,power point.

list three rational number between-1 and 1​

Answers

Answer:3 numbers are -0.9  0.25 0.26

Explanation:

Answer:

oh god heartburn oh wait wrong question

Explanation:

When inserting a comment in a cell, the command on the Review tab is New Comment, but if you right-click in the cell,
what command would you choose from the shortcut menu?

A.)New Comment

B)Insert Comment

C)Review Comment

D)Add Comment

Answers

Answer:

B) Insert Comment

Explanation:

Generally, workbooks are known as Microsoft Excel files. Excel workbook can be defined as a collection of one or more charts and worksheets (spreadsheets) used for data entry and storage in an excel file. In order to create a project on Excel you will have to use a workbook.

A spreadsheet can be defined as a file or document which comprises of cells in a tabulated format (rows and columns) typically used for formatting, arranging, analyzing, storing, calculating and sorting data on computer software applications such as Microsoft Excel.

When inserting a comment in a cell, the command on the Review tab is New Comment, but if you right-click in the cell, the command you would choose from the shortcut menu is Insert Comment. The shortcut key for Insert Comment is "Shift+F2."

The symbol is used to indicate that a line of text is a comment.

Answers

Answer:

Explanation:

asterisk

Answer:

# is the symbol you would use

Explanation:

I took the Unit Test on Edgen.

Other Questions
Slope of -1 through point (3,-1) Help brainliest and 34 POINTS what are the relative max and min. of this graph? Write an equation of the line that passes through the pair of points. (4, 2), (4, 0) Quadrilateral ABCD with AB = 5.5cm, BC = 3.5cm, CD = 4cm, AD = 5cm, and Write a java program named BMI.java(i)print out your name and your pantherID(ii) Ask user to type in his/her weight and height; if an illegal input (such as a letter) is typed by the user, give the user one more chance to input correctly.(iii)Create a method to compute the body mass index (BMI) accordingly. BMI What is something you know about George Washington Pls help Ill brainlest Plants are eaten by grasshoppers, which are eaten by mice, which are eaten by snakes. True or False. Crossing-over refers to the crossing over of genes in meiosis. This creates variation among organisms We have a bilateral triangle with base length 2 and sidelengths x where x is increasing at a rateof 5 units per minute.Find the rate of change of the side angle teta when x=2. Could somebody please help me with these?? It's due tomarrow John and Robin like to collect stones. John has n stones, and Robin has 68 stones. Together they have a total of 98 stones, Write an equation to describe this situation. plz help ill mark brainlyest Pam currently runs on a track an hour a day, three days a week. How can she increase the intensity of her runs? Start running five days a week Start running in hilly areas or trails Switch to walking six miles each day Add 20 minutes to each run please help fast im timed Which sentence best introduces a claim about character motivation in Shakespeare's Julius Caesar?A. In the play Julius Caesar, Brutus is conflicted between staying loyal to Caesar or loyal to Rome.B. In the play Julius Caesar, Shakespeare includes many characters with motivations.C. In the play Julius Caesar, Brutus is part of a plot to conspire against Caesar.D. In the play Julius Caesar, Shakespeare shows the impact of Caesars death on the Roman government. Find the mid segment of GH all work must be shown and easy to read or follow. Find the Greatest Common Factor of the Numerator and Denominator1. 1248 2. 2024 3. 1070 Radio waves are used to transmit information on various channels. What is the wavelength of a radio wave having the frequency of 5.40 1010 Hz?1. Analyze the Problem = and c = Unknown: =You know that because radio waves are part of the electromagnetic spectrum, their speed, frequency, and wavelength are related by the formula c = . Mohawk Machining, which uses a process-costing system, adds material at the beginning of production and incurs conversion cost evenly throughout manufacturing. The following selected information was taken from the company's accounting records: Total equivalent units of materials: 8,000 Total equivalent units of conversion: 7,400 Units started and completed during the period: 6,500 On the basis of this information, the ending work-in-process inventory's stage of completion is:_____.A- 80%.B- 70%.C- 60%. - 40%.D- some other percentage not listed above. Should the president be able to declare war Indiana University students contribute in many ways to what has long been recognized as a rich community of diverse ideas, cultures, and experiences. Identify your most significant contribution to one or more of the communities to which you belong. (Communities, for example, can form around shared experiences in music, sports, the arts, culture, ethnicity, shared beliefs, or ideas.) Describe your level of achievement or involvement and reflect on your most important contributions. Briefly describe how these experiences have influenced you. (200-400 words)