Dữ liệu trong 1CSDL được lưu trong

Answers

Answer 1

Answer:

ha ano daww??

Explanation:

??? btw thanks for the points


Related Questions

based on mla guidelines, what is the correct margin width?

Answers

Answer:

Leave 1 inch margins on each side.

2
2. When designing a kitchen to be handicapped acces-
sible, toe space of deep and 8" to 11" high is
needed under the cabinets for wheelchair footrests.

Answers

Answer:

ok.... ..............

Why is the Game Design Document called a ""living"" document AND why is this important?

Answers

Answer:

documentation

Explanation:

Because it gives the instructions rules and every detail about the game with anything in the real world with computers documentation is extremly important  

Write a program whose input is a string which contains a character and a phrase, and whose output indicates the number of times the character appears in the phrase. Ex: If the input is: n Monday the output is: 1 Ex: If the input is: z Today is Monday the output is: 0 Ex: If the input is: n It's a sunny day the output is: 2

Answers

Answer:

import java.io.*;  

public class Main {

   public static void main(String[] args) throws IOException {

       BufferedReader in = new BufferedReader(new InputStreamReader(System.in));

       String s;

       while ((s = in.readLine()) != null) {

           int total = 0;

           for (char character : s.toCharArray()) {

               if (s.charAt(0) == character) {

                   total++;

               }

           }

           System.out.println(total - 1);

       }

   }

}

Explanation:

We start the program by using the BufferedReader which will allow input from the user.

Then, we create a variable String that will take the input from the user.

Since the problem is asking us for the total number of times that the specified character appeared in the String, we will have to iterate over that String and count every time the character is found.

For this, I initialized an integer variable total, that takes count every time the character is found.

Using a for each loop, I converted the string to a character array (e.g. instead of a String "Monday", it will now look like {"M", "o", "n", "d", "a", "y"). It will iterate for each character it finds and checks if the character at position 0 is the same as the character at position i.

If the condition is true, then the total will increment by one.

But the problem is, since we converted the string into a character array to validate each character, the initial character will also add to the sum. So for "n Monday", it will take the first n, and add the total + 1.

Without specifying total - 1, "n Monday" will output 2 since there are two total "n".

There is a limitation, which wasn't specified in the problem statement anyway, but it's good to be aware of in case you need to solve it. If you want to check all of the characters that must equal the character you want to validate, irrespective of upper or lowercase, you will have to convert the string to lowercase first, so that the program will take the uppercase letters into account as well.

For that, before the for each statement, simply add s = s.toLowerCase();

Automated Deployment is one of the prerequisite for DevOps Implementation.1. True2. False

Answers

True I think………………………..

Automated Deployment is one of the prerequisite for DevOps Implementation is a true statement.

Automated deployment

Automated deployment provides the ability to move your software between testing and production environments by using automated processes.

In other words, it allows organizations to release new features faster and more frequently.

Automated deployment allows faster approach to development, production  and deployment.

learn more on automated deployment: https://brainly.com/question/17052494

#SPJ2

only cool people answer this question.




are you cool?

Answers

Answer:

Yes

Explanation:

I like frogs

Answer:

always been coolswag

figures and tables are always accompanied by legends or captions located ________ figures and ________ tables.

Answers

Captions are texts that provide the description of a figure or a table.

Complete the blanks using: below and above

When adding captions to an object, the location of the caption is as important as the caption itself.

The location of the caption for the objects of word documents are:

Images - Caption are placed below imagesFigures- Caption are placed below figuresTables- Caption are placed above tables

Hence, the complete text is:

figures and tables are always accompanied by legends or captions located ____below____ figures and ___above_____ tables.

Read more about captions of figures and tables at:

https://brainly.com/question/18710734

what are the differences between a keyboard and a pointing stick.​

Answers

Answer:

keyboard:

A keyboard is for putting information including letters, words and numbers into your computer. You press the individual buttons on the keyboard when you type. The number keys across the top of the keyboard are also found on the right of the keyboard. The letter keys are in the centre of the keyboard.

pointing stick:

A pointing stick is a small joystick used as a pointing device typically mounted centrally in a computer keyboard. Like other pointing devices such as mice, touchpads or trackballs, operating system software translates manipulation of the device into movements of the pointer or cursor on the monitor.

Which device do you think is the most important in the development of human civilization

Answers

Answer: The most important characteristic for the development of a civilization is the presence of advanced cities because they were centers of trade, which established economies and allowed for further development of the civilizations.

Explanation:

Your welcome :)

You are working with an older relative who is writing their last will and testament and you two are sharing the document back and forth, making edits as you go. Explain how you could use Word to keep other people from changing the text of the file, while still allowing you and the relative to make changes.

Answers

Answer:

In word there is a setting where you can mange all of user's permission in the document. These are a few permission settings: Read only and Can edit.

Word to keep other people from changing the text of the file, while still allowing you and the relative to make changes with the help of Read-only and Can edit.

What is a document?

A document is a category of data that such a person or group of users may find beneficial. There is both digital and back into old patterns forms of this information.

There is a setting that allows you to control every user's permissions in the file. A few authorization parameters are as follows: both read-only and editable. Making a text a read-only file allows it to be duplicated or viewed, but not changed.

If any of the evaluators attempts to alter a read-only file, the modifications cannot be committed by renaming the document or saving it in a different place.

Learn more about document, here:

https://brainly.com/question/27396650

#SPJ2

please help

in two to three sentences describe how you would divide a page into two columns.​

Answers

Follow the steps outlined:-

Highlight the text you wish to split into columns.

Select the “Page Layout” tab.

Choose “Columns” then select the type of columns you wish to apply. One. Two. Three. Left. Right.

ASAP PLS HELP: I’ll give brainliest if you u answer them all correctly!!


1. A means of giving credit to a source when their information is used.

A) Citation
B) Wi-Fi
C) Asynchronous Communication
D) Malware

2. A malicious attack that uses email, text messaging, and websites to gather sensitive information about people.
A) Spyware
B) Phishing
C) Malware
D) Wi-Fi

3. A device that translates analog carrier signals to encode and decode digital information.

A) USB
B) Computer Virus
C) Intranet
D) Modem

4. A virus or Trojan horse designed to cause harm to computer or device.

A) Hardware
B) Malware
C) Modem
D) Antivirus Application

5. Software that is used to detect and eliminate computer viruses.

A) Wi-Fi
B) Cable Internet
C) Antivirus Application
D) Browser

6. Transmits data through a cable television network as a means to connect a computer to the internet.

A) Desktop Interface
B) Cable Internet
C) Operating System
D) USB

7. An application used to access websites on the internet.

A) Malware
B) Internet
C) Proprietary
D) Browser

8. Communication that does not happen in real time.

A) Asynchronous Communication
B) Wi-Fi
C) Ethernet Cable
D) Malware

9. A network of computers that provides access to information on the web.

A) Phishing
B) Internet
C) Antivirus Application
D) Modem

10. The cable used to connect computers in a network.

A) Computer Virus
B) Ethernet Cable
C) Intranet
D) Hardware

Answers

Easy Peasy Lemon Squeezy

1. A means of giving credit to a source when their information is used.

A.) Citation

2. A malicious attack that uses email, text messaging, and websites to gather sensitive information about people.

B.) Phishing

3. A device that translates analog carrier signals to encode and decode digital information.

D.) Modem

4. A virus or Trojan horse designed to cause harm to computer or device

B.) Malware

5. Software that is used to detect and eliminate computer viruses.

C.) Antivirus Application

6. Transmits data through a cable television network as a means to connect a computer to the internet.

B.) Cable Internet

7. An application used to access websites on the internet.

D.) Browser

8. Communication that does not happen in real time.

A.) Asynchronous Communication

9. A network of computers that provides access to information on the web.

B.) Internet

10. The cable used to connect computers in a network.

B) Ethernet Cable

Answer:

your mom

Explanation:

Why do we collect feedback on the code we write?

Answers

Answer:

to improve our code

Explanation:

"To improve our code" we collect feedback on the code we write.

Collecting feedback helps the users to learn whatever your consumers think approximately company reputation, performance, as well as merchandise or their items.Going beneath their basic likes as well as their dislikes and assisting you in understanding and evaluating wherever you may grow and where the business position in comparison to your competition.

Thus the above answer i.e., "option a" is correct.

Learn more about feedback here:

https://brainly.com/question/1603365

an error occurred while loading a higher quality version of this video

Answers

Answer:?

Explanation:?

A pennant-shaped sign means you are in a _____ zone.

Answers

Answer:

The pennant-shape is only used as a road sign to signal a no-passing zone. No passing zones are stretches of roadway where drivers are not allowed to move into the adjacent lane to pass a vehicle in front.

coding word scramble

ICOAIPAPLTSN- a software program for end users

AADT- processed information

RAAEHWRD- physical parts of computer system

MRNPAGOGIMR- instruction given to the computer
plz answer as soon as possible

Answers

application, data, hardware, programming

The decoded words for the coding word are:

ICOAIPAPLTSN - ApplicationAADT - DataRAAEHWRD - HardwareMRNPAGOGIMR - Programming

What is coding words?

In the above decoded words, "ICOAIPAPLTSN" unscrambles to "Application." An application, often referred to as software or a program, is a set of instructions designed to perform specific tasks or functions for end users. Applications can be anything from productivity tools, games, communication software, and more.

Also, "AADT" unscrambles to "Data." Data refers to any piece of information or raw facts that are collected, stored, and processed by a computer system. Data can be in various forms, such as text, numbers, images, videos, and more.

Read more about coding here:

https://brainly.com/question/26134656

#SPJ3

it refers to the kind of activity that you are going to perform or methods of training to used

A.type
B.frequency
C.intensity
D.time

Answers

I believe the correct answer is “type”

I will make you brainless Just answer this question!!

A. Arrange the follow stpes chronologically.Write A the first step,Bfor the second and so on.​​

Answers

Answer:

1. 3

2. 8

3. 2

4. 6

5. 4

6. 5

7. 9

8. 1

9. 7

Explanation:

Im not sure about this but I hope it helps

The number 8 is actually first

helppppppppppp pleaseee​

Answers

Answer:

3. Multimedia Projectors

Explanation:

Ive had this quiz before lol

Answer:

c

Explanation:

its c

are special characters usually found on the keyboard?

Answers

Answer:

No

Explanation:

When typing in predefined characters, Automatic substitution feature will change the characters into a symbol or special character. No.

computer ________ involves identifying, extracting, preserving, and documenting computer evidence.

Answers

computer forensics is the answer

why is a fragmented disk slower than one that is defragmented?

Answers

Answer:

Explanation:

The fragmented program has parts stored all over the hard driven. The computer has to keep on checking for where the next fragment is. All if this takes time especially if the program that you are trying to load is very large.

If the sectors for a program are consecutive, that makes loading a whole lot easier.

what must you ensure if your work involves the use of different types of smart card security tokens

Answers

Answer:

Avoid a potential security violation by using the appropriate token for each system.

What must you ensure if you work involves the use of different types of smart card security tokens? Avoid a potential security violation by using the appropriate token for each system.

what is the arrangement of various flash elements, such as the tools panel, control panel, property inspector and stage

Answers

Answer:

could have used a browser  but ok

Explanation:

The arrangement of various flash elements such as the tools panel control panel property inspector and windows is called the Workspace. Explanation: The workspace in a computer system makes us easy to navigate to different features and control options.

What is the difference between a filter and a Search Folder?

*manually & *on demand

Answers

Answer:

manually and on demand is correct

Explanation:

Questions: What memory modules are needed if the customer wants 3 GB of RAM? What capacities and how many modules of each capacity are required?​

Answers

Answer:

You could use three 1 GB modules.

what is the general term for programs used to operate a computer

Answers

Answer:

Software

Explanation:

ez

Answer: A Software System

How would you rate your prior knowledge or comfort level with the topic of technology applications?


A.

I am a technology application expert.

B.

I know a lot, but not everything about technology applications.

C.

I know a few things about technology applications.

D.

I am not familiar at all with technology applications.

Answers

Answer:

A

Explanation:

I know cyber security and Javascript and also a framework called svelte to create websites.

what is the term for software that is exclusively controlled by a company, and cannot be used or modified without permission?

Answers

Answer:

Proprietary Software

Explanation:

____ is the state of not sharing information with or being observed by others.

Answers

Answer:

Privacy(guessed ,not really sure about it).

Other Questions
f (x) = -8x - 8 and g(x) = x + 1 (f/g)(x) simplify the expression 6(a-4+2b) Before the internet, people used their own books to doStudyresearch Given that a box has 4 blue marbles, 3 red marbles, and 5 yellow marbles, use the probability formulas to answer the following questions. What is the probability of drawing a blue marble? Drawing a marble that is not red? Drawing a red and yellow marble at once? Drawing a red or blue marble? Drawing a red marble, put it back, and then drawing a yellow marble? Drawing a yellow marble, keeping it, and then drawing another yellow marble? Drawing a yellow marble, given that a red marble was drawn on the first draw and not replaced? Thomas Clemens lives in a town that charges a 0.5% city income tax rate. How much city income tax did he owe last year if he had federal taxable income of $45,883? Please answer this question this homework is for today Simplify 11 square root 1215 why was the zodiac killer called the zodiac killer? Can someone please help me NO LINKS!!! true or false, two figures are mathematically similar if the angles change by the same scale factor. I am completely braindead on how to calculate the time first.A flowerpot falls from a window sill 31.3m from a sidewalk. What is the velocity of the flowerpot when it hits the ground? (hint: Use d=1/2at^2 to find "t" first, then find velocity using v=at. Remember, ay= -9.8 m/s2). David was driving at a velocity of 5 m/s. He accelerates to a velocity of 8 m/s in 4 seconds. What is the acceleration?Identify the given variables and the unknownx distancet timeVi initial velocityVf final velocitya accelerationF force Which statement most accurately describes one advantage of the Electoral College system? Which statement best explains why carbon is present in so many kinds of molecules?A. It can form four covalent bonds.B. It is abundant on earth.C. It has valence electrons.D. It can become an ion. I will make you brainless Just answer this question!!!!A. Arrange the follow stpes chronologically.Write A the first step,Bfor the second and so on... Which of the following is a river in Latin America? a. the Amazonb. the Mississippic. the Hudsond. the Rockies select an activity that requires one to be proficient in at least 4 of the health-related components. Provide the activity and explain how the four components are necessary for one to excel in that activity Which of the answer choices is a possible value for x? Select all that apply.8x > 24A: 2B: 3C: 4D: 5E: 6 let f (X)=3x - 2 ; g(x)= 5x+1 compute the indicated valuesa. (fof) (0) b. (gog) (-7)c. (fogof) (2) 1.Parvana leaves a token of appreciation for the window woman. Why? What has theirinteraction meant to both Parvana and the woman? The Breadwinner Chapters 14-15