THE BONUS QUESTION PART FOUR:

what is the most popular game that's lived for soo long

Answers

Answer 1

Answer:

Senet

Explanation:


Related Questions

unlike tv or newspaper ads, internet communications are interactive, and consumers can choose which messages and information they receive. for this reason, company web offerings can be tailor-made for the ________.

Answers

Companies often engage the services of Advertising firms to market their products. Company web offerings can be tailor-made for the consumers.

Advertising agencies are firms that makes, plan and handle the advertising needs of any business. They are known for handling negotiations creating tailored marketing campaigns.

A lot of agencies do not want to talk about pricing until they know what you can afford to spend.

Tailored content are delivered experiences that speak directly to customers.

This agencies uses their connections and resources to make one's campaign successful and cost-efficient.

Learn more from

https://brainly.com/question/23477855

You are the administrator for a network with a single Active Directory domain called westsim. All computer accounts reside in organizational units (OUs) that correspond to departments. You have previously deployed a WSUS server in your location to specify the approved list of updates. All client computers are configured to download updates from your local WSUS server. You decide that you need to configure a separate update approval list for all computers in the Marketing department. You want the update list to be automatically identified based on the department membership for the computer. What should you do

Answers

Link a GPO to the Marketing OU. In the GPO, edit the Enable client-side targeting policy and specify the Marketing Computers group.

In the WSUS console, edit the options for Computers and specify Use Group Policy or registry settings on computers.

In the WSUS console, create a Marketing Computers group.

computer science is a blank process

Answers

i agree... its a interesting thing to learn, just like learning an actual new language.

Answer:

yeah and it requires hard work

does anyone know how to make a astronaut hop while using loop?

Answers

Answer:

In Java

Explanation:

package application;

import java.util.Scanner;

import entities.Astronaut;

public class Main {

public static void main(String[] args) {

 Scanner sc = new Scanner(System.in);

 

 System.out.print("How is the astronaut's energy in a scale of 0 to 100? ");

 int energy = sc.nextInt();

 

 Astronaut fakeArmstrong = new Astronaut();

 

 while (energy > 0) {

  fakeArmstrong.hop();

  energy--;

 }

 

 System.out.println("The astronaut is tired eh? Let him rest you psychopato");

 sc.close();

}

}

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

package entities;

public class Astronaut {

private int bodyEnergy;

 

public Astronaut() {

 

}

 

 

public int getBodyEnergy() {

 return bodyEnergy;

}

public void hop() {  

 System.out.println("up and down!");    

}

}

How to set encapsulation angular component.

Answers

Answer: anyone know?

Explanation:

Write any four causes of cyber crime

Answers

A Lack of Empathy
The Victim Deserves It
Self-loathing
It Becomes an Addiction

What permissions are needed in order to use a work online that is in the public domain?

A.
Written permission from the creator

B.
A legal agreement attached to the work

C.
A justification through fair use

D.
None

Answers

[tex]⇒Written \: permission \: from \\ the \: creator[/tex]

The term “public domain” refers to creative materials that are not protected by intellectual property laws such as copyright, trademark, or patent laws. ... Anyone can use a public domain work without obtaining permission, but no one can ever own it.

A common attack in which a client's cookies, security tokens, or other personal information is obtained and used to impersonate the user is referred to as

Answers

Answer:

Identity Theft. i hope this helps :D

Amelie is planning a gingerbread house making workshop for the neighborhood, and is writing a program to plan the supplies. She's buying enough supplies for 15 houses, with each house being made out of 5 graham crackers. Her favorite graham cracker brand has 20 crackers per box. Her initial code:

Answers

The line of code that successfully calculates and stores the number of leftover crackers in the final box is extras ← crackersPerBox - (neededCrackers MOD crackersPerBox).

From the complete information, her initial code is given as:

numHouses ← 15

crackersPerHouse ← 5

crackersPerBox ← 20

neededCrackers ← crackersPerHouse * numHouses

It was depicted that Amelie realizes that she'll need to buy more crackers since the crackers come in boxes of 20.  Therefore, to calculate how many graham crackers will be leftover in the final box, the line of code from the options will be extras ← crackersPerBox - (neededCrackers MOD crackersPerBox).

Read related link on:

https://brainly.com/question/25663035

What are the steps to complete an internet search?

Answers

Answer:

step one: open your search engine

step two: type what you wanna search for in the text box

step three: press enter

and that's it

______ focuses on filtering data as it enters the system to determine which data to keep and which to discard.

Answers

The answer is Stream processing

Until 2016, the popular song _____ was covered by copyright law, unusually long after it was written in 1893.

A.
Happy Birthday

B.
Merry Christmas, Everyone

C.
Hava Nagila

D.
Auld Lang Syne

Answers

Answer: Happy Birthday

Explanation:

Answer is A. Happy Birthday

Yahoo Messenger is an example of a/an __________ service on the Internet.

Answers

Answer:

Yahoo Messenger is an example of a service on the Internet.

INSTANT MESSAGING SERVICE, which includes text messaging, voice calling and file sharing.

Pls name me brainliest!!! ;D

you need to use task manager to analyze memory utilization on a windows system. for example, you need to see how much system ram is currently in use and how much is available. click on the tab in task manager that you would use to do this.

Answers

Answer:

Performance tab

Explanation:

If you press on the performance tab you should be able to see how much memory is in use and how much is free. For example 50% or 8GB/16GB

What is the difference between compliled and intebrated language?

(class 8th Subject Computer chapter 9 Control Structures In Python) ​

Answers

Answer:  

A compiled language is a programming language whose implementations are typically compilers and not interpreters. In this language, once the program is compiled it is expressed in the instructions of the target machine. There are at least two steps to get from source code to execution. While, an interpreted language is a programming language whose implementations execute instructions directly and freely, without previously compiling a program into machine-language instructions. While in this language, the instructions are not directly executed by the target machine. There is only one step to get from source code to execution.

I hope this helps.

Answer:

1.

Compiled Language:

A compiled language is a programming language whose implementations are typically compilers and not interpreters.

Interpreted Language:

An interpreted language is a programming language whose implementations execute instructions directly and freely, without previously compiling a program into machine-language instructions.

2.

Compiled Language:

In this language, once the program is compiled it is expressed in the instructions of the target machine.

Interpreted Language:

While in this language, the instructions are not directly executed by the target machine.

3.

Compiled Language:

There are at least two steps to get from source code to execution.

Interpreted Language:

There is only one step to get from source code to execution.

4.

Compiler Language:

In this language, compiled programs run faster than interpreted programs.

Interpreted Language:

While in this language, interpreted programs can be modified while the program is running.

if you want to build a smart-glove that responds based on the direction and speed a user moves their hand, what sensor should you use

Answers

The Smart glove is known to be a very common hardware. The sensor that an individual can use, is the Inertial Measurement Unit (IMU) sensors.

Inertial Measurement Unit (IMU) sensors is a type of sensor that capture alltogether the motion of hand and wrist movements.

It is known to contain some bending sensors that is used to detect bending in one direction or another.

All the sensors are often linked to a computer system that put together the amount of individual finger movement of the patient.

Learn more from

https://brainly.com/question/20591341

The _____ database structure is more flexible and stores data as well as instructions to manipulate the data.

Answers

Answer:

Databace

Explanation:

which scenario describes a function provided by the transport layer?

Answers

The scenario that best describes a function provided by the transport layer of the open systems interconnection (OSI) model is: C. A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window.

OSI model is an acronym for open systems interconnection and it comprises seven (7) main layers, which typically starts from the hardware layers (layers in hardware systems) to the software layers (layers in software systems) and they include the following in sequential order;

Physical LayerData link LayerNetwork LayerTransport LayerSession LayerPresentation LayerApplication Layer

The transport layer accept data packets from session layer, breaks them into smaller units and then transmits (sends) them to the network layer, without any duplication of data.

In this scenario, a function provided by the transport layer of the open systems interconnection (OSI) model is transportation (transmission) of the correct web page (data) to the correct browser window (software application), especially through the use of source and destination port numbers assigned to the software application.

Read more: https://brainly.com/question/22883762

Your question is lacking the necessary answer options, so I will be adding them here:

A. A student is using a classroom VoIP phone to call home. The unique identifier burned into the phone is a transport layer address used to contact another network device on the same network.

B. A student is playing a short web-based movie with sound. The movie and sound are encoded within the transport layer header.

C. A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window.

D. A corporate worker is accessing a web server located on a corporate network. The transport layer formats the screen so the web page appears properly no matter what device is being used to view the web site.

I recorded a video on my windows PC, but when i tried to play it i got this message:

Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file

is there a free online way i can fix this

Answers

Answer:

rename the file then type ".MP4" at the end and it should work

by the way big warriors fan as well

Explanation:

You want to connect an external hard drive for backups. Which is the fastest connection used by current external hard drives

Answers

Answer:

thunderbold proly

Explanation:

If you do not want to use your Internet service provider (ISP) for your email account, how can you acquire a webmail account

Answers

A lot of services are being provided over the Internet. If you do not want to use your Internet service provider (ISP) for your email account, you can you acquire a webmail account through online services

An online service is simply known as body that gives access to various types of data for different uses through the use of the the Internet.

Examples are: online banking, news, shopping, social media networks, e-mail etc.

This services done online gives an avenue in which subscribers can communicate with one another via exchanging e- mail messages or through online conferences or forums.

Learn more from

https://brainly.com/question/9930336

the use of technology to observe a user's actions often without the user's knowledge is known as:
A) Unauthorized access
B) Industrial espionage
C) Computer surveillance
D) Denial-of-service attack

Answers

Answer:

C

Explanation:

Computer surveillance refers to spying that allows the viewer to gain access of all activity on the given computer.

How to install windows 11 on unsupported hardware.

Answers

Answer:

It requires modification of the installation media to bypass compatibility checks

Explanation:

You should not do this as it could prevent your computer from not functioning properly. More details: https://support.microsoft.com/en-us/windows/installing-windows-11-on-devices-that-don-t-meet-minimum-system-requirements-0b2dc4a2-5933-4ad4-9c09-ef0a331518f1

How to edit slides into video.

Answers

Answer:

use videostar. or funimate. but for school use powerpoint

Explanation:

What color object would reflect more light?
O Red
O Black
O Blue
o White

Answers

Answer:

White

Explanation:

Red absorbs all light except red light, which it reflects

Black absorbs all light

Blue absorbs all light except blue light, which it reflects

White reflects all light because it has all colors except black.

Hope you do well!

In Java, a reference variable is ________ because it can reference objects of types different from its own, as long as those types are related to its type through inheritance.

Answers

Answer:

polymorphic

Explanation:

An example of polymorphic reference, suppose you have 3 classes: Main, Product and SpecificProduct. If SpecificProduct extends Product this means it is a product class but with something else to complement.

Say you want to reference an object of product in the main class, you can do it the classic way:

Product pd = new Product();

Or you can do it polymorphic, like this:

Product pd = new SpecificProduct();

The program will accept just fine because SpecificProduct is extending Product. When you do it like this, we say the reference you made was a polymorphic reference

Need help with 3.2 lesson practice questions (edhesive)​

Answers

Answer:

Doesn't have a question

Explanation:

THANK YOUU

Kaitlin likes a particular design theme, but she is not sure about every single color for bullets, backgrounds, etc. found in the theme. Which feature should she apply to modify the theme to her liking?

it's C. Theme variants

Answers

Answer:

c. Theme variants

Explanation: is correct. post protected

Answer:

C

Explanation:

Help please match them if you just put a link or say “I don’t know but thanks for the points” I’ll report your answer and you won’t get the brainliest

Answers

Answer:

Input: The user clicks a button

Output: A song is played

User interface: A screen with buttons, images, and text

Explanation:

A user is troubleshooting a mobile device app that is displaying errors and has contacted the app manufacturer’s technical support team for assistance. The support technician needs specific information from the device about how the app is responding and what is happening to cause the errors.

Answers

Answer:

D. The method for retrieval is dependent on the specific app or device’s operating system.

Other Questions
Pls help me with this one :)) Select the four statements are true of the Declaration of Independence.1 one section stated grievances against England2 written by Thomas Jefferson3 written by Benjamin Franklin4 committee to draft it included John Hancock, Samuel Adams, Thomas Jefferson, George Washington and Patrick Henry5 the author used the ideas of John Locke6 one section laid out the structure of the new American government7 one section stated political principles Tamara is writing a program to organize students in a class and needs to use operators to organize student grades, then compare the results of that to each other. What kinds of operators does Tamara need to use for each step?Tamara needs to use operators to organize the students' grades, then operators to compare the results. What is the overall tone?A.humble and admiringB.cynical and condescendingC.resentful, yet lovingD.critical, yet understandingE.hopeful and nostalgic The structures outside the cranium and spinal column make up the _____ _____ nervous system, which is primarily composed of _____ Surfer Rosa and Doolittle were wildly successful albums in England and became landmarks of the American indie scene in the late 1980s for which band gergio ran 5 kilometers in 30min. If he ran at this same pace how many did he run each min Jane lives on a straight road that goes east and west. She starts from a point 6.3 miles west of her home and drives a certain distance to the store. The store is more than 4 1/2 miles east of her home.Let d represent the distance Jane drove. Which inequality represents this situation?6.3+d4 1/26.3+d>4 1/26.3+d>4 1/26.3+d4 1/2 Compare the religious experience in the Massachusetts Bay colony and that on the frontier during the second great awakening. - answer must be 300 to 500 words on the answer Reproduction is the function of _______ and organisms. Claim: High school students should not have to do chores.1. What are two reasons to support the claim?2. What evidence can you cite to support the claim?3. What are two possible counterclaims?4. What arguments would you make to refute the counterclaims you wrote above? If you acknowledge the truth of the counterclaims, how will you show that your claim is just as strong and stronger?PLSS HELP I DONT UNDERSTAND how to write as a command with using pronouns for direct objectHacer la cama y=2x + 1 4y - 6x = 10 One snowy day, the snow was falling at a rate of 3 inches per hour.If it kept snowing at the same rate, now many inches wouldaccumulate in 24 hoursartice Complete the sentence I knew ________ weather was on its way.Words:rain cozy speed easy mistAdd the suffixs y and ly an atom with 3 protons that loses an electron becomes Which statement is true?A) Characters in a story can only be people.B) Animals can be characters in a story.C) Only animals can be characters in a story.D) Neither people nor animals can be characters in a story. A rod of length 0.82 m, rotating with an angular speed, 4.2 rad/s, about axes that pass perpendicularly through one end, has a mass of 0.63 kg, which is distributed uniformly along its length. Find the kinetic energies of the rod. Plz help! Due tonight!What does it mean to endorse a candidate? What impact could that have on legislation? define equatorial region