what is digital literacy? describe three examples of digital literacy skills

Answers

Answer 1

Digital literacy means having the skills you need to live, learn, and work in a society where communication and access to information is increasingly through digital technologies like internet platforms, social media, and mobile device

Examples of Digital Literacy skills:

What is digital literacy?

ICT proficiency.

Information literacy.

Digital scholarship.

Communications and collaborations.

Digital learning.

Digital identity.


Related Questions

Michael needs to ensure that those items that are automatically archived are still easily accessible within Outlook. Which option should he configure?

Answers

Answer:

show archive in folder list

Answer:

d

Explanation:

Which option would allow you to watch an HD video, without delays in playback, on a computer with a Mac OS and a connection that has a lower bit rate? MPG QuickTime H.264 Flash Player

Answers

Answer:

H.264

Explanation:

A file type can be defined as the standard used to store digital data such as pictures, texts, videos, and audios. They all have unique file extension which determines the type of software program (application) to be used for opening a particular file and accessing its data e.g pictures (jpeg, png), texts (txt, docx, rtf), audios (mp3, acc), and videos (mp4, 3gp, avi, h.264, mkv).

Sometimes, computer users make the mistake of opening files with the wrong software application or program, this often leads to an error due to the incompatibility of the software application with the particular file.

H.265 is a high efficiency video codec (HEVC) and it's a standard video compression codec designed and developed to offer a better data compression, as an upgrade to the advanced video coding (AVC) standard.

Hence, the option or file extension (format) which would allow you to watch a high definition (HD) video, without delays in playback, on a computer with a Mac operating system (OS) and a connection that has a lower bit rate is the H.264 format.

Can two computers be assigned to one IP address

Answers

Answer:

two computers cannot have the same public (external) IP address unless they are connected via the same router. If they are connected via the same router, then they can have (share) the same public IP address yet have different private (local) IP addresses

Explanation:

Answer: maybe

Explanations: two computers cannot have the same public (external) IP address unless they are connected via the same router. If they are connected via the same router, then they can have (share) the same public IP address yet have different private (local) IP addresses.

Three reasons Why we connect speakers to computers

Answers

1. Some computers do not have speaker therefore we connect speakers

2. Some speakers don’t have clear audio so to fix that we connect new ones

3. What do you do if your speaker inside the computer is broken..... connect new speakers

Answer:

we connected speakers with computers for listening voices or sound .. because the computer has not their own speaker..

Explanation:

6
Suppose the following formula is inputted into Excel:
=MROUND(1/4,100)
The output in the cell will be:
0
0.25
0.2500
1

Answers

Answer:

the output in the cell will be 0,2500

If you are insured with third party insurance, it will cover which costs?

A. business losses due to a denial-of-service attack
B. loss of data in your laptop because of a coffee spillover
C. ransomware attack on your laptop
D. costs related to lawsuits, and penalties due to a cyberattack

Answers

Answer:

c.

Explanation:

Answer: D (costs related to lawsuits, and penalties due to a cyberattack)

Explanation: Third Party insurance covers the liabilities of policyholders to their clients or customers. Regulatory: It covers the cost related to legal affairs, lawsuits and penalties due to a cyberattack.  

what is the economic and ideological causes of the American, the French,and the Chinese revolutions, and to see the larger historical contexts in which these events took place?​

Answers

Answer:

Explanation:The French who had direct contact with the Americans were able to successfully implement Enlightenment ideas into a new political system. The National Assembly in France even used the American Declaration of Independence as a model when drafting the Declaration of the Rights of Man and the Citizen in 1789.

12. But not parallelism, it is achievable to have concurrency in operating system threading?

Answers

Answer:

Yes, it is possible to have concurrency but not parallelism. Concurrency: Concurrency means where two different tasks or threads start working together in an overlapped time period, however, it does not mean they run at same instant.

What are the vertical areas of the spreadsheet?

a
Verticies
b
Ventricals
c
Columns
d
Rows

Answers

Answer:

Columns

Explanation:

A spreadsheet may a explained as a tabular arrangement or arrays of cells which allows users to enter both numeric and string data for storage, manipulation and analysis. The spreadsheet program has both the vertical and horizontal cell arrangement with the vertical areas being reffered to as THE COLUMN which are labeled using alphabets arranged from A - AZ, AA - AZ, and so on to make up a total of 16384 columns on the Microsoft Excel spreadsheet program. Cells are located using a combination of column and row address. With row representing the horizontal area of the spreadsheet and labeled with digits. Therefore cells are usually refereed to as A1, (column A row 1) and so on.

Basic python coding, What is the output of this program? Assume the user enters 2, 5, and 10.
numA = 0
for count in range(3):
answer = input ("Enter a number: ")
fltAnswer = float(answer)
numA = numA + fltAnswer
print (numA)
Thanks in advance!
:L

Answers

Answer:

17.0

Explanation:

I ran it for you. You could also try that (go to replit).

You are going to visit a national park, and have never been there before. You are using a map to try and make the distance travelled as short as possible. There are 5 intermediate towns, A, B, C, D, and E, you may gln your way to the park, and the distances between the various locations are given below.

Answers

Answer:

eggs fishing didn't ysjffj

Write a program that asks the user to enter an international dialing code and then looks it up in the country_codes array (see Sec 16.3 in C textbook). If it finds the code, the program should display the name of the corresponding country; if not, the program should print an error message. For demonstration purposes have at least 20 countries in your list.

Answers

Answer:

Explanation:

The following code is written in Python, it prompts the user for a country code, look it up and if found prints out the corresponding country name. If not it prints out an error message stating "Code not found"

country_codes = {"Argentina": 54, "Bangladesh": 880,

        "Brazil": 55, "Burma (Myanmar)": 95,

        "China": 86, "Colombia": 57,

        "Congo: Dem. Rep. of": 243, "Egypt": 20,

        "Ethiopia": 251, "France": 33,

        "Germany": 49, "India": 91,

        "Indonesia": 62, "Iran": 98,

        "Italy": 39, "Japan": 81,

        "Mexico": 52, "Nigeria": 234,

        "Pakistan": 92, "Philippines": 63,

        "Poland": 48, "Russia": 7,

        "South Africa": 27, "South Korea": 82,

        "Spain": 34, "Sudan": 249,

        "Thailand": 66, "Turkey": 90,

        "Ukraine": 380, "United Kingdom": 44,

        "United States": 1, "Vietnam": 84}

user_code = int(input("Enter Country code: "))

keys = list(country_codes.keys())

vals = list(country_codes.values())

if user_code in vals:

   print(keys[vals.index(user_code)])

else:

   print("Code not found")

A user has a computer with a single SSD, and the entire drive contains one partition. The user wants to install a second OS on the computer without having to reinstall the current OS. The user wants to be able to select which OS to use when booting the computer. Which Disk Management tools should the user utilize to accomplish this task?

Answers

Answer:

The correct approach is "Shrink partition". A further explanation is given below.

Explanation:

Shrinking partition shrinks or decreases this same disc size as well as unallotted disc space, unallotted space could be utilized to mount a secondary Operating system to operate as a double operating system.Whilst also diminishing everything into neighboring volatile memory on another disc, this same space required for area as well as drives could also be reduced.

Thus the above is the correct answer.

What is the name for the part of a camera which can block light when it's closed, and let light in when it's open?


Pixel


Lens


Focus


Shutter

Answers

dnt listen to the link stuff

Which factor distinguishes IOT devices from standard computing devices such as laptops and smart phones?

Answers

Answer:

PLS help me I'm tried

Haa plsssssss

While all pages use HTML code, not all pages are written in

Answers

Is this a question?

*Answer: not much information to answer with*

Answer:

Code Form

Explanation:

Suppose you observe that your home PC is responding very slowly to information requests from the net. And then you further observe that your network gateway shows high levels of network activity, even though you have closed your email client., Web browser, and other programs that access the net. What types of malware could cause these symptoms

Answers

ANSWER: BOT

EXPLANATION: When a PC is experiencing the listed effects, it thus depicts that the PC is under attack by a bot, which is a type of script or software application that establishes automated tasks via command.

However, a bad bots often initiate malicious tasks that gives room for attackers to take control over an affected PC remotely, most especially for fraudulent activities.

When several affected computers are connected, they form a botnet connection.

What type of information is best suited for infographies?​

Answers

Answer:

All varieties of information, from bullet pointed text to numerical tables

Explanation:

Answer:

All varieties of information, from bullet pointed text to numerical tables

Explanation:

Which examples demonstrate common qualifications for Marketing Information Management and Research careers? Check all that apply.

David has the physical strength to lift products on high shelves.
Alessandra analyzes and interprets information she gathered from surveys.
Eve is good at presenting and explaining information to others.
Franklin is a strong leader who is able to motivate others.
Gene is very organized and tracks information accurately and carefully.
Claire is confident and persuasive, which makes her good at selling products.

Answers

Answer:

2,3,5

Explanation:

Answer: the answer is 2 3 and 5

Explanation:

briefly explain 5 software which is either free or fee​

Answers

Answer:

65

Explanation:

Answer:

65

Explanation:

What are
the rules for giving
variable name ?​

Answers

Answer:

Rules for naming variables:

- Variable names in Visual C++ can range from 1 to 255 characters. To make variable names portable to other environments stay within a 1 to 31 character range.

- All variable names must begin with a letter of the alphabet or an underscore ( _ ).  For beginning programmers, it may be easier to begin all variable names with a letter of the alphabet.

- After the first initial letter, variable names can also contain letters and numbers.  No spaces or special characters, however, are allowed.

- Uppercase characters are distinct from lowercase characters.  Using all uppercase letters is used primarily to identify constant variables.  

- You cannot use a C++ keyword (reserved word) as a variable name.

What is the proper order for the fetch-execute cycle?

Answers

Control Unit – controls all parts of the computer system. It manages the four basic operations of the Fetch Execute Cycle as follows:

Fetch – gets the next program command from the computer’s memory

Decode – deciphers what the program is telling the computer to do

Execute – carries out the requested action

Store – saves the results to a Register or Memory

Arithmetic Logic Unit (ALU) – performs arithmetic and logical operations

Register – saves the most frequently used instructions and data

Me Completan Pliiiis

Answers

Answer:

its in Spanish most people cant read Spanish

Explanation:

what is a software house​

Answers

Answer:  a company whose primary products are various forms of software, software technology, distribution, and software product development. They make up the software industry.

this should be the answer

hoped this helped

This unit is used to print the picture on a paper

Answers

Answer:a printer

Explanation:

It prints things

how do i work this out? does anyone do programming?

Answers

Answer : No sorry ..

A slide contains three text boxes and three images that correspond to the text boxes. Which option can you use to display a text box with its
image, one after the other, in a timed sequence?
A. transition
В. table
C. animation
D. slide master
E. template

Answers

The answer is A. Transition.

Answer:

animation

Explanation:

jettison folk 2007, Magnum opus, be moving, offers poisoned commentary on the film industry.

Answers

Answer:

I'm a little confused...

Explanation:

Can you reword this please?

Explain what an IM is,

Answers

Answer: Stands for "Instant Message." Instant messaging, or "IMing," as frequent users call it, has become a popular way to communicate over the Internet

Explanation:

Which step should you follow to copy a worksheet after clicking Format in the Cells group?
O Under Arrange Sheets, click Cut or Copy Sheet.
O Under Organize Sheets, click Move or Copy Sheet.
O Under Arrange Sheets, click Select and Move Sheet.
O Under Organize Sheets, click Arrange and Copy Sheet.

Answers

Answer:

Under Organize Sheets, click Move or Copy Sheet should you follow to copy a worksheet after clicking Format in the Cells group.

Explanation:

Other Questions
You want to photograph a circular diffraction pattern whose central maximum has a diameter of 1.0 cm. You have a helium-neon laser ? = 633 nm and a 0.13 mm-diameter pinhole.How far behind the pinhole should you place the viewing screen?(answer should be in cm) Create a template to analyze the business case to evaluate a project. The template should be a single page.After you have completed your template pick an example project and complete the template.Consider what information you would need and how you would document it to determine what would be required to support the project.Some questions your document should answerWhat would the project cost?Why is it needed?What problem is it solving?What are the required resources? The following questions pertain to the following database specification: Plays (PID, Title, DirectorName, DirectorID, Year, Cost) Artists(AID, LName, FName, Gender, Birthdate) Roles (PlayID, ArtistID, Character) Find all play titles played by artist Julie Andrews'. Select Title From Plays Where PID In (Select PlayID from Roles Where LName = 'Andrews' And FName = Julie') Select Title From Plays, Artists Where LName = 'Andrews' And FName = Julie' Select Title From Plays, Artists Where PID = AID And LName = 'Andrews' And FName = 'Julie' Select Title From Plays, Artists, Roles Where PID = PlaylD and ArtistID = AID And LName = 'Andrews' And FName = Julie' The following tables show the average cost per square foot of different types of buildings in Clemson in the year 2012. What is the cost of building a 30,000 S.F. courthouse in Provo in 2016? source credibility is the extent to which a speaker is perceived as competent to make the claims he or she is making. Baldwin Corp. ended the year carrying $27,619,000 worth of inventory. Had they sold their entire inventory at their current prices, how much more revenue would it have brought to Baldwin Corp.?Select : 1$43,183,000$27,619,000$14,454,000$57,433,390 Compared to sampling, it is less time-consuming and less expensive to conduct a census.a. trueb. false "As attendance at school drops, so does achievement" is an example of what type of correlation? Negative Positive No correlation A reaction mechanism can be derived from the Select the correct answer below: O stoichiometry of the overall reaction O change in enthalpy of the overall reaction O change in entropy of the overall reaction O none of the above 1. a. What is break-even analysis [2 marks] b. Much of the information managers use to plan and control reflects a relationship among three variables. Name these variables [3 marks] c. There are five assumptions underlying Cost, Volume, Profit (CVP) anlaysis. State any three (3) of these [3 marks] d. Sketch and label the Break-even Chart. [7 marks] A simple random sample of size n = 64 is obtained from a population with p = 76 and o=8. Describe the sampling distribution of x. (a) What is P (x>78) ? (b) What is P (x>73.6)? brand managers are also known as managers in some business to business firms T/F Sort the following types of goods by whether they are jointly consumable or rival in consumption. Items (4 items) (Drag and drop into the appropriate area below) club goods common- private goods public goods resource goods Jointly Consumable Rival in Consumption Drag Parkin Chapter 26, Problem 20 to 21Use the following information to work Problems 20 and21.ASOS, Sterling Pound, and EuroThe price of a pair of jeans from ASOS, an online clothingstore, is 40 which of the following is not a condition necessary for a legal arrest? 39 A July sales forecast projects that 7.200 units are going to be sold at a price of $15.70 per unit Management forecasts 15% growth in sales each month Total July sales are anticipated to be O O $40 The joint PDF for random variables X and Y is given as if 0 < x < 1, 0 < y < 2 x = fx.r(2, 4) = { A(48 + 3) 0.W. a) Sketch the sample space. b) Find A so that fx,y(x, y) is a valid joint pdf. c) Find the marginal PDFs fx(x) and fy(y). Are X, Y independent? d) Find P[] < X < 2,1 Select the nitrogen and hydrogen orbitals that overlap to form each N-H o bond in NH, It may be useful to consult the periodic table. You are the Chief Financial Officer (CFO) for a Toronto-based Biotech company. Your company has $100,000,000 of excess cash and on June 15, 2022, you notice that the Bank of Canada Canadian Overnight Repo Rate Average (CORRA) is 1.46% (this is an annualized overnight rate). If you consider depositing your company's excess cash ($100,000,000) for 30 consecutive days in the money market financiang rate, calculate the after-tax interest income assuming that the tax rate on interest income is 40%. Also, assume that there is no transaction cost. The goal is to show that the rate risk in bonds depends on time to maturity and on the size of coupons. Consider the following 4 US Treasury bonds (par value $100) with S/A coupons and 7%YTM (S/A Compounding)BOND A 5% coupon 2.5YBOND B 5% coupon 30YBOND C 10% coupon 2.5YBOND D 10% coupon 30YCalculate the duration of bonds A, B, C and D and explain the differences in their durations