In your own words! Give me an example of Digital Literacy? (50 words
No links or I will report!!!!!!!

Answers

Answer 1

Answer: See explanation

Explanation:

Digital literacy is when an individual can compose, find, and evaluate, a clear and composed information on digital platforms.

It involves possessing the skills that one need to live, and learn, through the use of digital platforms such as social media, mobile

Example of digits literacy is the use of search engines, understanding how web browser can be used or sending of emails. etc


Related Questions

The number of mobile app users in 2022 is expected to reach _____.

178 billion
220 billion
200 billion
258 billion

Answers

Answer:

258B

Explanation:

which category of computers would you place an n-series nokia phone

Answers

Answer:

under "portable smart phone" I would assume

Explanation:

The N-series Nokia phone will come under the category of portable computer.

What is a computer?

A computer is an electronic device that is configured for doing the task automatically after giving the command to the computer system. It automatically performs functions like perform arithmetic or logical functions.

The portable computer is a type of computer system that is handy and can be used from anywhere by carrying it, either in pocket or a bag. Therefore, the N-series Nokia phone is handy and can be carried in pocket anywhere.

Thus, it is a type of portable computer.

Learn more about portable computer, here:

https://brainly.com/question/20385904

#SPJ2

What is the value of the variable result after these lines of code are executed?

>>> a=6

>>> b=2

>>> C=3

>>> result = a*b-alc

The value of the variable is

Answers

Answer:

W

Explanation:

W

Answer:

a + b - a|c = 7

Explanation:

"The output of bitwise OR is 1 if at  least one corresponding bit of two operands is 1. In C Programming, bitwise OR operator is denoted by |."

-Ayush Rikhra

Good Luck!

7.4 code practice question 1 edhesive

Answers

Answer:

7.4 Code Practice: Question 1

def GPAcalc(g):

if g == "a" or g == "A":

return 4

elif g == "B" or g == "b":

return 3

elif g == "C" or g == "c":

return 2

elif g == "D" or g == "d":

return 1

elif g == "F" or g == "f":

return 0

Explanation:

Answer:

def GPAcalc(letterG):

       if "a" in letterG.lower():

           return 4

       elif "b" in letterG.lower():

           return 3

       elif "c" in letterG.lower():

           return 2

       elif "d" in letterG.lower():

           return 1

       elif "f" in letterG.lower():

           return 0

       else:

           return("Invalid")

           

           

letterGrade = input("Enter your Letter Grade: ")

grade = GPAcalc(letterGrade)

print("Your GPA score is: " + str(grade))

Explanation:

yuh yuh

How do you calculate the slope for a voltage-current graph?

Answers

Answer:

Choose two points on the line to work from (point C and point D).

Calculate the voltage difference between the two points (the RISE of the slope).

Calculate the current gap between the two points (the RUN of the slope).

Subtract the RISE from the RUN. This is the line's slope.

Explanation:

what do we call goods that are no longer available once you have used them??​

Answers

Answer:

Either limited sources or extinct

Explanation:

Natural resources are things that can easily be replaced by nature. Limited resources are something that cannot be replaced by nature <33

Limited sources should be the answer

If u know then u know!!!!
Water bucket, steve, water bucket, map

Answers

I don't know but okay

Stephen is creating video tutorials to sell his company's products. The target audience will consist of company employees using primarily new computers with the Windows operating systems and Internet Explorer 9. Stephen is debating whether to publish the videos using the MP4 or the OGG video format. Both formats are compatible with the HTML5 video element, which he is using in his tutorials. Which of the following would be a reason for Stephen to choose one format over the over?
A. The MP4 video format is a free open-source solution that is compatible with all browsers.
B. The OGG video format is a free open-source solution that is compatible with all browsers.
C. The MP4 video format is natively supported by Internet Explorer 9 and does not require a plug-in.
D. The OGG video format is natively supported by Internet Explorer 9 and does not require a plug-in.

Answers

Answer:

The answer is "Option C".

Explanation:

MP4 is a digital video filesystem that was firstly introduced in 2001. That very many platforms or applications throughout the digital market support MP4. Sound signals, video clips, yet still images, and text could be stored in an MP4 format, therefore internet Explorer 9 accepts the MP4 video format it does not have to have a plug-in.

List three differences between word and excel

Answers

Answer:

Word: A word processor

           File extension is .doc

          Images, texts, and graphic styles can be added

Exel: A spreadsheet software

       Comprises rows and columns which combine to form cells

       File extension is .xls

I hope i helped! xoxo

In Java:

Assume the availability of an existing class, ICalculator, that models an integer arithmetic calculator and contains:

a private instance variable currentValue that stores the current int value of the calculator
a getter method for the above instance variable
methods add, sub, mul, and div
Each method in ICalculator receives an int argument and applies its operation to currentValueand returns the new value of currentValue. So, if currentValue has the value 8 and sub(6) is invoked then currentValue ends up with the value 2, and 2 is returned.

Write a public subclass, ICalculator1, based on ICalculator. The class ICalculator1 has one additional method, sign, that receives no arguments, and doesn't modify currentValue. Instead, it simply returns 1, 0 or -1 depending on whether currentValue is positive, zero, or negative respectively.

Answers

Answer:

A subclass?

Explanation:

A public subclass for ICalculator1 has one additional method, sign, that receives no arguments, and doesn't modify current Value. Instead, it simply returns 1, 0 or -1 depending on whether current Value is positive, zero, or negative respectively.

What is public subclass?

A member's access is declared to be public with the Java keyword public. All other classes can see members of the public class. This implies that a public field or method can be accessed by any other class. In addition, public fields can be changed by other public subclass or classes unless they are marked as final.

Further a subclass is defined as a class that is descended from another class (also a derived class, extended class, or child class). A superclass is the class from which a subclass is descended (also a base class or a parent class).

A public subclass for ICalculator1 has one additional method, sign, that receives no arguments, and doesn't modify current Value:

In Java,

public class ICalculator1 extends ICalculator {

public int sign() {

if (getCurrentValue() > 0)

return 1;

else if (getCurrentValue() == 0)

return 0;

else

return -1;

}

}

Therefore  the availability of an existing class, I-Calculator, that models an integer arithmetic calculator, above public subclass has been made.

Learn more about public subclass:

https://brainly.com/question/15992142

#SPJ12

Answers for 1-6 on 9.3 Lesson Practice Edhesive?

Answers

Answer:

1.two

2.row, columns

3.will

4.realize

5.fabric

6.bandana

Explanation:

If this is the quiz after the videos here are the answers that got me through it

Name three ways you can collect responses from forms

Answers

email, social media, links
emails,files,links,social media

hi my name is jef and sug fdbdsghfda zkuiga gy jb dfsg sadHGa

Answers

I totally agree with what you're saying, man. How they haven't placed you upon a golden throne in a kingdom made of steel is something that nobody will ever find out.

who doesn't like reeses

Answers

Answer:

I like Reeses. but then sometimes I don't

literally nobody lol

Luis saves an attachment that he received from Kevin. Where will the attachment save by default?

on the desktop
in the documents directory
in the Outlook Archive
in the downloads directory

Answers

The folder (path) where the attachment would be saved by default is: B. in the documents directory.

What is a folder?

A folder is also referred to as a directory and it can be defined as a document that is typically used for storing and organizing an attachment or file on a computer system.

The type of folders.

In Computer technology, there are different type of folders and these include:

Downloads folderDocuments folderQuick file folderMain folderSearch folder

In this scenario, the attachment that Luis received from Kevin would be saved in the documents directory by default.

Read more on folder here: https://brainly.com/question/7697887

Answer:

in the documents directory

Explanation:

got it right on edge hope this helps

2. What is the use of the percent sign (6) and underscore in the LIKE clause? How do they differ in
operation and production of a report?​

Answers

Answer:

The percent sign % (or per cent sign in British English) is the symbol used to indicate a percentage, a number or ratio as a fraction of 100.

See also: U+2030 ‰ PER MILLE SIGN; U+2031 ...

Answer:

There are two wildcards used in conjunction with the LIKE operator. The percent sign represents zero, one or multiple characters. The underscore represents a single number or character.

Explanation:

There are two wildcards used in conjunction with the LIKE operator. The percent sign represents zero, one or multiple characters. The underscore represents a single number or character.

cual es la importancia de la red WAN

Answers

Explanation:

Las WAN se utilizan para conectar redes LAN y otros tipos de redes. Así los usuarios se pueden comunicar con los usuarios y equipos de otros lugares. Muchas WAN son construidas por una organización en particular y son privadas.

• In determining the GCF of 3 and 1, case I applies because 3 is evenly

divisible by 1. The GCF of 3 and 1 is 1, and therefore the GCF of 7 and 3

is also 1.

hots

(a) The gcf method returns the greatest common factor of

parameters a and b, as determined by case I and case II. Write

the gcf method below. You are encouraged to implement this method

recursively

/** Precondition: a and b are positive integers.

Returns the greatest common factor of a and b, as described in part (a).

*/

public static int gcfint a, int b)

Answers

Answer:

I've added the complete code as a text attachment

Explanation:

This declares two variables as integer for input

       int f1, f2;

Prompts the user for two positive integer inputs

       System.out.print("Enter two positive integers: ");

This gets the two integer input from the user

       f1 = input.nextInt(); f2 = input.nextInt();

If both inputs are positive, the function is called and the gcf is printed

       if (f1 >0&& f2 > 0){

       System.out.printf("G.C.F of %d and %d is %d", f1, f2, gcf(f1, f2));}

If otherwise, a message is printed stating that only positive input is required

       else{            System.out.print("Positive inputs only");        }

   }

The function begins here

[tex]public\ static\ int[/tex] gcf(int a, int b) {

If the second number (b) is 0, the function returns the first number (a)

       if ([tex]b == 0[/tex]) { return [tex]a;[/tex] }

If otherwise, the function is called recursively

       else { [tex]return[/tex] (gcf([tex]b[/tex], [tex]a \% b[/tex])); }

   }

In this exercise we have to use the knowledge of computational language in C to describe the code, like this:

We can find the code in the attached image.

The code can be written more simply as:  

  int f1, f2;

Prompts the user for two positive integer inputs

      System.out.print("Enter two positive integers: ");

      f1 = input.nextInt(); f2 = input.nextInt();

      if (f1 >0&& f2 > 0){

      System.out.printf("G.C.F of %d and %d is %d", f1, f2, gcf(f1, f2));}

     else{            System.out.print("Positive inputs only");        }

  }

See more about C+ at brainly.com/question/25870717

How many cubic millimeters are present in 0.0923 m3?​

Answers

92300000 is the answer.

when converting meter to millimeter we multiply 1000

when converting m³ to cm³ we multiply by 1000000000(1000 x 1000 x1000)

Select the correct answer. In which item is energy stored in the form of gravitational potential energy? A. a slice of bread B. a compressed spring C. an apple on a tree D. a stretched bow string

Answers

Answer:

C. an apple on a tree

Explanation:

Energy can be defined as the ability (capacity) to do work. The two (2) main types of energy are;

a. Kinetic energy (KE): it is an energy possessed by an object or body due to its motion.

b. Gravitational potential energy (GPE): it is an energy possessed by an object or body due to its position above the earth.

Mathematically, gravitational potential energy is given by the formula;

[tex] G.P.E = mgh[/tex]

Where;

G.P.E represents gravitational potential energy measured in Joules.

m represents the mass of an object.

g represents acceleration due to gravity measured in meters per seconds square.

h represents the height measured in meters.

In an apple on a tree, energy is stored in the form of gravitational potential energy.

Decimal numbers are based on __________.

letters (a and b)
16 digits
10 digits
two digits (1s and 0s)

Answers

They are based on 10 digits.

I’m not sure.

Answer:

They are based on 10 digits.

Explanation:

I just did the test and got the answer right.

Describe how to create a new folder on the desktop​

Answers

Justt create a new folder!

In order to restrict editing to a document, a user will go to Review, , Restrict Editing, and will then select what kinds of editing are allowed.

Answers

Answer:

Then select No Changes (Read only) from the drop-down list

Explanation:

I need the answer ASAP. I’ll mark brainliest if right

Answers

Answer:

copy or repeat

Explanation:

How will you apply the different wiring devices according to its main purposes and functions?

Answers

Answer:Wiring devices are current-carrying electrical or electronic products that serve primarily as a connection or control point for electrical circuits within a range of 0–400 amperes, 0–600 volts (AC and DC), and AC/DC (660 watts, 1,000 volts AC fluorescent) as well as certain non-current-carrying wiring devices and supplies.

Wiring devices include:

Convenience plugs and power outlets (plugs and receptacles)

Connector bodies and flanged outlets

Cover plates

General-use switches and dimmers

Lampholders (incandescent, fluorescent, cold cathode, neon, quartz lamps, and others)

Lighting control devices

Motion sensing and timer switches

Receptacles

Switch, outlet, FM/TV, blank, and telephone plates

Undercarpet premise wiring systems

Products include receptacle-type arc-fault circuit interrupters (AFCIs), protection devices that can detect an unintended electrical arc and disconnect the power before the arc starts a fire. AFCI technology in residential and commercial buildings is an important electrical safety device.

guys tell the answer correctly ​

Answers

Answer:

1st ans: where u can see yellow colored line

2nd ans: currency one

3rd ans: cells

Explanation:

The Healthcare Innovation and Technology Lab would most likely be interested in which of the following app types?

an app to use for budgeting
an app to read books
an app to help people decide on a home insurance policy
an app to send data from an insulin pump to a data collection point

Answers

Answer:

No. 4: An app to send data from an insulin pump to a data collection point.

Explanation:

Healthcare Innovation and Technology Lab would not mainly be focused with budgeting, book reading, and home insurance policies. Answer number 4 includes health and technology.

How many conditions are needed in a while loop that should run until a user guesses the correct number or until they have made five guesses?
Group of answer choices

0

1

2

3

Answers

[] Hello! []

Answer:

2

Explanation:

MS Coding 1 A ED

---------------------------------------------------------------------------------------

I hope this helpedBrainilest appreciated!

Effective controls protect ______ from workplace hazards.

Answers

Answer:

Contact your team leader, supervisor, manager, etc.

Answer:

The Worker I did the TEST and got it right.

please help me very important

Answers

Answer:

C, Or D.

Explanation:

Because A speed enhancing hard drive Can store any type of quick file if you just click on it will load fast. Same thing goes for a hard drive but you have to transfer the file

Other Questions
Niam and Owen share the costs of a in the ratio 2:5. If the fare was 35, how much did each pay? How did the Inca economy support the needs of the empire? A particular species of bacteria has a "a generation time" of 20 minutes. That is, every 20 minutes a single bacterium completes prokaryotic fission -- one bacterium is now two bacterial cells. This morning at 6:00 a.m. you made a sandwich and packed your lunchbox. What you were not aware of was that there were 10 bacteria cells of this species on the dollop of mayonnaise that you spread across your bread. At 12:00 p.m. (no on) You sit down and eat your entire sandwich! How many bacteria cells did you have for lunch? (Hint: use the formula 2axb x C = numbers of cells, where "a" - number of times per hour the bacteria reproduces, "5" the number of hours the bacteria had to reproduce, and "C" = the number of bacteria at the start). How are rivers formed in texas? What is base 1 exponent 5? Analysis of Receivables Method At the end of the current year, Accounts Receivable has a balance of $770,000; Allowance for Doubtful Accounts has a credit balance of $7,000; and sales for the year total $3,470,000. Using the aging method, the balance of Allowance for Doubtful Accounts is estimated as $32,200. a. Determine the amount of the adjusting entry for uncollectible accounts. $fill in the blank 1 b. Determine the adjusted balances of Accounts Receivable, Allowance for Doubtful Accounts, and Bad Debt Expense. Accounts Receivable $fill in the blank 2 Allowance for Doubtful Accounts $fill in the blank 3 Bad Debt Expense $fill in the blank 4 c. Determine the net realizable value of accounts receivable. what makes eyelashes growth? 2(x+50)=16+4xWhat is x? Part 2Complete the chart using information from the lesson. Some information appears for you. Case Name Related Constitutional Right or Principle Case Outcome and Significance Marbury v. Madison Does the U.S. Supreme Court have the power to determine whether a law goes against the Constitution? The Supreme Court ruled that the law Marbury based his claim on was unconstitutional. This was the first time the court ruled a law as going against the Constitution. It determined that the courts have the power of judicial review. Plessy v. Ferguson Brown v. Board of Education D.C. v. Heller Pls look at the picture what should i write Someone Please help With thisI really need helpIf anyone can help me Ill appreciate it Its ok if you get some of it wrong What was the purpose of the roman aqueducts Do you think the answer is A, B, C, or D. Nicolaus Copernicus was a Polish astronomer who is best known for the theory that the sun is near the center of the universe and that the earth and other planets revolve around it. Copernicus did not believe that the planets were influenced by or revolved due to the sun; instead he believed that the sun was located near the center of the universe and that it was this center which influenced those bodies and caused them to revolve. When this theory was first published, the scientific community did not accept it. Which reason BEST explains the reason for rejection of this theory? A) It was not published until his death. B) It was not understood by scientific world. C) It lacked sufficient evidence and explanation. D) It lacked practical examples in supporting theory. Please Help!!9. What did the Freeport Doctrine, proposed by Stephen Douglas, state?a. Slaves should be given the same rights as white citizens.b.The decision to ban slavery in the territories was Congress' responsibility.c. Slaves living in slave states should be given their freedom.d. The decision to practice slavery in the territories belonged to the people. Someone please answer this Please help me on this assignment Please help ASAP!!!!!!!!! Illustrate two ways in which propaganda has been used throughout history. You may draw your illustrations or use your own words to illustrate Nadia had math, science, and reading homework. She began her homework as soon as she arrived home from school. Math took 23 minutes Science took 9 minutes Reading took 35 minutes She finished her homework at 5:15 PM. At what time did Nadia arrive at home?