A Brothers and sisters. I have none but that man's father is my father's son. Who is
that man? (Use a well tabelled diagram to answer this question)

Answers

Answer 1
My boy on I d mi d no

Related Questions

8.3.9 Text to Binary Python

Answers

Using the knowledge in computational language in python it is possible to write a code that write the binary code

Writting the code:

#function that will convert the text to binary

def text_to_binary(text):

   #variable to store the converted binary value

   binary_text = ""

   #iterate for each character in the text

   for i in text:

       #get the ASCII value of that character

       ascii = ord(i)

       #call the function to get the value of the

       #current ascii number and append it to the

       #binary_text

       binary_text += decimal_to_binary(ascii)

   #return the final converted binary value

   return binary_text

def decimal_to_binary(decimal_value):

   binary_base = 2

   num_bits_desired = 8

   binary_value = str(bin(decimal_value))[2:]

   while len(binary_value) < num_bits_desired:

       binary_value = "0" + binary_value

   return binary_value

text = input("Input the string you would like to encode: ")

binary = text_to_binary(text)

print(binary)

See more about python at brainly.com/question/18502436

#SPJ1

To specify your preferred colors, fonts, and effects for a document, which of the following should be done?

1.Create custom theme fonts

2.Create custom theme

3.Create a custom paragraph style

4.Create a custom character style

Answers

Answer: crest custom theme

Explanation:

Answer:

crest custom theme

Explanation:

While gaming online, Julian receives several insulting comments from another player. This is an example of
O denigration
O cyberstalking
harassment
O outing

Answers

Answer:

cyberstalking harassment

Explanation:

since Julian is being harrased or bullied online by someone

A document template is a___

preformatted structure for a document
read-only document
type of reference for a document
passcode assigned to access a hidden document

Answers

The remember good thing about you you know that I don’t know but I love the internet to you see you I don’t know how you are to document your

Vehicle identification number, color, weight, and horsepower best exemplify: A. data markers. B. attributes. C. entities. D. entity types. E. identifiers.

Answers

Answer:

The appropriate alternative is option B (attributes).

Explanation:

An attributes or attribute seems to be a key cornerstone of good governance provided to individuals, a community, as well as something else.  Your greatest trait may be individuals ability to support others besides such as stopping traffic such that the duck or a bird community will further drive down the path.  

Other options really aren't connected to something like the situation in question. So the choice above would be right.

Write a Java program that launches 1000 threads. Each thread adds 1 to a variable sum that initially is 0. You need to pass sum by reference to each thread. In order to pass it by reference, define an Integer wrapper object to hold sum. Run the program with and without synchronization to see its effect.

Answers

Java is a 3D mental breakdown in the sim game and he has to play the game and play it with the same thing he has been doing wrong and he is a queen and he is

What is included in a linked list node?

I a reference to the next node
II an array reference
III a data element

Answers

Answer: I a reference to the next node

III a data element

Explanation:

A linked list is simply referred to as a linear data structure, whereby the elements would not be stored at memory locations that are together in the sequence.

In simple words, we can simply say that a linked list is made up of nodes in which, every node has a data element and also a link or reference to the next node that is in the list.

Therefore, based on the explanation above, the correct option will be:

I. a reference to the next node

III a data element

PLZ PLZ PLZ PLZ HELP I ONLY HAVE 5 MINUTES IT SAYS THE SUBJECT IS COMPUTERS AND TECHNOLOGY BUT ITS ACTUALLY MEDIA LIT

Answers

Answer:

B

Explanation:

I think that is the right answer

africans are unique people they are rich culture and a glorious history​

Answers

Explanation:

In Africa art including crafts and culture, mythology and faith, clothes, lifestyle, music and tongues, African pixel is influenced. In Africa, social identities are plentiful, with vast quantities of multiculturalism being discovered not only through various continents, as well as within individual nations.

which of the following is a valid c++ identifier a. mouse b. _int c. 2_stop d. float​

Answers

What are you taking abt

Hiya people. I am a game developer and I need an idea for a new game. If you have any ideas, pls feel free to tell me. Best idea gets brainliest.

Answers

Answer:

A better RPG game all the one that are existing are the same dull thing

Explanation:

Answer:

There are many ideas you can get for games but now-a-days action games are getting more fame than others such as fortnite, freefire, pubg etc. I prefer you to make a game that is relatated to action or adventure. You can make it related to zombie hunting, or online fighting games, or some adventurous games like tomb raider.

Question # 6
Dropdown
Choose the line of code that completes this program.

Output:

dog named Tiger

class pet:
def __init__(self,strSpecies,strName):
self.species = strSpecies
self.petName = strName

def __str__(self):
return self.species + " named " + self.petName

def changeName(self, newName):
self.petName = newName

# main program
myPetA = pet('dog', 'Spot')


print(myPetA)

Answers

Answer:

myPetA.changeName('Tiger') should be it

Explanation:

Answer:

myPetA.changeName('Tiger')

Explanation:

Correct answer edge 2020

assembly language uses _____ coder for programming.

Answers

Answer:

Assembly language uses alphabetic codes in place of binary numbers used in machine language. assembly language code is converted into executable machine code by a utility program referred as assembler.

list down four ways to start word 2010​

Answers

1Locate the Word icon on the Start button's All Programs menu. Don't click to start Word now!
2Right-click the Microsoft Word 2010 menu item. A pop-up menu appears.
3Choose Send To→Desktop (Create Shortcut).
4Press the Esc key to hide the Start button menu and view the desktop.

The Internet began when a large company wanted to sell products online.

True
or
False

Answers

Answer:

True

Explanation:

Answer:

It would be true

Explanation:

A graph shows the relationship between two or more variables that?
a. can be represented by any of these
b. are represented by circles
c. are represented by dots
d. are represented by bars
Please Answer I really would like to know!!!

Answers

Answer:

A. can be represented by any of these

Explanation:

a clearly stated objective that how program should work and how it respond to a error is called??

Answers

Answer:

A Problem statement

Explanation:

I hope this is right

Database are pranized in
consist of a series of
which consist of a senes of​

Answers

Answer:

fields and records I guess is the answer

write c++ program from 1to 100 to find prime numbers using statement.

please help me​

Answers

Answer:

int count;

for (int i = 1; i <= 100; i++){

count = 0;

for (int j = 1; j <=i; j++)

if (i%j==0) count ++;

if (count == 2) cout << i << " ";

}

Should the security researcher have published exploit code that affects every version of Windows and cannot be patched

Answers

Answer:

No.

Explanation:

This is because there is probably the risk of malicious attackers grabbing the published exploit code that affects every window and then utilizes it for dubious purposes. Such as stealing vital information after gaining access.

The most ideal way for the security researcher to go about the exploit code that affects every version of the window is to meet the windows manufacturers, discuss the negative issues of windows software with them and eventually assist them in the software update to troubleshoot the patch.

How is opera diffrerent from blues,gospel,and country music?

Answers

Answer: Opera has its roots in Europe; the other styles are American

Explanation:

The User Datagram Protocol (UDP) is called the connectionless protocol because: It does not attempt to fix bad packets but resends lost packets. It attempts to fix bad packets but does not resend lost packets. It does not attempt to fix bad packets or resend lost packets. It fixes bad packets and resends lost packets.

Answers

Answer:

The User Datagram Protocol (UDP) is called the connectionless protocol because:

It does not attempt to fix bad packets or resend lost packets.

Explanation:

Ports are openings or entrance doors through which data packages have access to a PC or server.  TCP and UDP are transport protocols with port numbers.  TCP means Transmission Control Protocol.  They are used to connect two devices over the internet and other networks.  UDP means User Datagram Protocol.  They are used to connect applications and to speed the transfer of data.  Comparatively, UDP is faster, simpler, and more efficient than TCP.  TCP enables retransmission of lost data packets, which UDP cannot do.

Hoda wants to create a new presentation in PowerPoint with existing graphics and designs. What is the easiest and fastest way for her to do this? Use an existing template. Design a new theme for the presentation. Create a custom template for the presentation. Search for a design template online.

Answers

Answer:

The answer is A

Explanation:

Edge 2020

Cyberbullying can negatively impact a victim’s
well-being.

Answers

Answer:

whats the questions

Explanation:

Answer:

Physical

Explanation:

took the test

A Boolean expression is one that is either: Group of answer choices x or y None of the answers are correct Positive or negative True or False

Answers

Answer:

True or False

Explanation:

Boolean logic refers to a theory of mathematics developed by the prominent British mathematician, called George Boole. In Boolean logic, all variables are either true or false and are denoted by the number "1" or "0" respectively; True = 1 or False = 0.

Additionally, Boolean logic allow users to combine keywords with Boolean operators (quotes, AND, OR, near/n) to give a more personalized and relevant search results.

Hence, a Boolean expression is one that is either True or False and it is also known as logical expression.

Design an algorithm that takes in a stream z1, . . . , zM of M integers in [n] and at any time t can output a uniformly random element in z1, . . . , zt . Your algorithm may use at most polynomial in log n and log M space. Prove the correctness and analyze the space complexity of your algorithm. Y

Answers

Answer:

import random

def rand_select(*args):

   selected = random.choice(args)

   print( selected)

rand_select(12,32,43,54,2,34,65,2,64,74,97)

The space complexity of this program is O(1)

Explanation:

The list of arguments to the function is assigned to the variable "args" and the random's choice method randomly picks an item and assigns it to the variable "selected", then the variable is printed out on the screen. The memory used is 1 + 1 = 2, which is a constant, therefore making the space complexity to be O(1).

Is there anyone to awnser Tech questions​

Answers

Answer:

yes

Explanation:

yes please i know the answer

Which sentence indicates that Jeff is mentioning the visual synopsis in his proposal while planning a media project?

In the proposal, Jeff states the reason to create the project. He also explains how his project will conclude with a perfect takeaway point. Jeff describes how he is going to tell the story through photography. He then mentions various strategies to engage his audience and describes plans to make sure that the project reaches his intended audience.

Answers

Answer:

I believe its the last question

Explanation:

Answer:

I would say describes plans to make sure that the project reaches his intended audience

Explanation:

none needed

You are designing an internet router that will need to save it's settings between reboots. Which type of memory should be used to save these settings?
a. Disk
b. Does not matter
c. SRAM
d. Flash
e. DRAM

Answers

Answer:

d. Flash

Explanation:

A flash memory can be defined as an electronic non-volatile memory chip (storage medium) that is typically used on computer systems and other digital devices such as routers, USB flash drives, switches, digital cameras, mp3 players etc. A flash memory is an electronically erasable programmable read only memory (EEPROM) and as such data saved (written) on it can be erased electronically. Also, a flash memory do not require a source of power (electricity) to save or retain data through the use of a floating gate MOSFET (FGMOS) or floating gate transistor.

In this scenario, you are designing an internet router that will need to save it's settings between reboots. The type of memory that should be used to save these settings is a flash memory because it does not require power to write or save data.

Which of these is an example of collective voice?
A. He hopes to make the world better for his children.
B. I have always dreamed of a kinder and better world.
C. We are here to make a better world for our children.
D. Your purpose is to make the world a better place.

Answers

Answer:

option C

hope it helps! please mark me brainliest..

Merry Christmas good day

Answer:

c

Explanation:

Other Questions
Height, weight, and eye color are all parts of a person'sa. genotype.b. phenotype.c. genomic map.d. chromosomes. How does an enzyme become denatured? A. The active site changes shape A. The active site changes shape B. The substrate changes shape B. The substrate changes shape C. the amount of energy needed goes up C. the amount of energy needed goes up D. the amount of energy goes down D. the amount of energy goes down E. the pH becomes too high or low E. the pH becomes too high or low F. the temperature gets too hot or cold F. the temperature gets too hot or cold G. all of the above G. all of the above H. both A and B H. both A and B I. all except C. and D. Which best explains why a crystal is incompressible?A.Its molecules remain in position without vibrating.B.The molecules of a crystal behave like those of a gas.C.There is little, if any, space left between its adjacent molecules.D.Its molecules switch positions when they are compressed. the nurse is preparing to administer an intramuscular injection to an 8-month-old infant. which site would the nurse select? Why had african americans lost many of the rights gained during reconstruction by the late 1800s?. XXXWhat is the inverse function of f(x) = 4 -6A f(x)==4-6xB_1(x)== 6-/Cf(x)==24-6xStr6D f(x)==24 --I-? JAVA: People find it easier to read time in hours, minutes, and seconds rather than just seconds. Write a program that reads in seconds as input, and outputs the time in hours, minutes, and seconds. Ex: If the input is: 4000 the output is: Hours: 1 Minutes: 6 Seconds: 40 How did Islam help Muslims advance their medical knowledge and practices? aThey built hospitals and began the use of anesthesia in medical surgeries. bThey believed that Allah had given a cure for every disease, which inspired medical advancement. cThey believed the soul and heart were connected and began to study the cardiovascular system. dThey studied and built upon the classical works of Hippocrates. Phosphoric acid can supply one, two, or three h3o ions in aqueous solution. Write balanced equations to show successive loss of hydrogen ions Solve the linear system4x +9y = -724x +9y = 54 This needs to be answered in x and y y = -4.2x + 7.9 in standard form 30 POINTSWhich statement would fit best in the description section of your critique?A. I personally do not understand the hype by this piece B. The artists name is Leonardo da Vinci C. The main part of the composition relies on the triangular snap D. Da Vinci painted this women because she is the wife of the man who commissioned this painting Answer D is wrong so help me out you can drive to campus, take a bus, or walk. driving costs you $1/mile in gas and maintenance, the bus costs $2 for unlimited distance and walking is free but involves a dissatisfaction equivalent to $1/mile. if you live 3 miles from campus, and are a rational decision maker, what is your reservation price for a one-way bus ticket? question 9 options: $0 $2 $3 $6 In the electrolysis of aluminium ore, which is the positive ion? Give the name, not the symbol. voting provides members of society with an opportunity to shape legislation concerning current and future social programs. based on the boxplot, the top 25 percent of the cars have a typical gas mileage of at least how many miles per gallon? 15 PurposeStudents will us vector addition onthe Flat-Earth Model.TheoryVector addition is easy and useful.To add (24,0) to (0,-7), the 1st numbersare added, as are the 2nd, and the orderstays the same: (24,-7). These can be x-and y-positions, velocities, forces, etc.Which way are the streaks on theside windows of a car going 24 MPH ifdriving through rain falling at 7 MPH?That's a vector of (24,-7). The angle isfound by taking the arctangent of thesecond 2nd over the 1st: tan(-4)=16.The Flat-Earth Model claims earthis a horizontal disk. The north pole is atthe center, "Antarctica" is a rim wall atthe edge, and the sun and moon movein circular paths above the disk. If true,it should be easy to measure the sun'saltitude and make predictions.Procedure1. Find a cardboard box about the sizeof a microwave, cut off the top flaps,and set it on its side outdoors at noon.2. Cut a coffee-cup-sized hole in themiddle of the upper wall and tape asheet of aluminum foil over it. Poke asmall hole in that with a pin or tack.3 With the sun overhead, even if it isslightly cloudy, a spot of light shouldshow on the bottom surface in the box.Propping the box at a tilted angle maybe necessary, but then don't move it.Mark the box bottom where the spot isat noon, and then again at 1PM.4. Find a ruler and measure the heightfrom the noon mark up to the foil hole.Let this be y. Also measure the distancebetween the marks. Let this be x. Unitscan be inches, centimeters, whatever.The sun's ray vector in the box is (x,y).This vector can also be used to find thesun's angle above the horizon.Figure 02: The box as described.5. The sun apparently moves 1000 miin an hour. (Call someone in Ft. Worthand ask them what time of day the sunis highest in the sky, if skeptical.) Thesun's height in miles is h = 1000-y/x.6 If the Flat-Earth model is right, thesun always keeps this height, so afterseven hours, the spot goes 7-x laterally.Find the predicted sun angle above thehorizon at 7 PM using tan-(). Waitfor 7 PM and see if that's nearly right.AnalysisPlease answer each of the followingin Canvas using complete sentences:1. How high up (h) is the sun using theFlat-Earth Model?2. At what angle above the horizon isthe sun at 10 PM using this model?3. What is the diagonal distance to thesun at 10 PM by this model when itsposition vector is (10000,h) miles?4. Did this lab disprove all unpopularscientific viewpoints? Why or why not?* Ive already found my suns ray vector in the box which was (4.25, 17.25). * Choose the prepositions in the following sentence. More than one preposition may be in each sentence.Critical thinking is about taking puzzle pieces and through diligence connecting them together for an answer. The equation y=14.4x+17.0 estimates the amount that businesses will spend, in billions of dollars, on a certain business technology, where x is the number of years after 2004. For what years will the spending be more than $89 billion? What would be the benefits and drawbacks of having oil or alcohol as your main body fluid when it comes to cooling?