Write a program that draws an 8 8 chess board, with alternating gray and white squares. You can use the SetTextColor and Gotoxy procedures from the Irvine32 library

Answers

Answer 1

Using the knowledge in computational language in C code it is possible to write a customized chess code.

Writting the C code as:

Wait      PROTO

Write     PROTO

CrLf          PROTO

Delay         PROTO

Clrscr        PROTO

PROTO times:byte, color:dword

PROTO times:byte, color:dword

ROTO color:dword

PROTO color:dword

UpdateColor   PROTO

See more about C code at brainly.com/question/15301012

#SPJ1

Write A Program That Draws An 8 8 Chess Board, With Alternating Gray And White Squares. You Can Use The
Write A Program That Draws An 8 8 Chess Board, With Alternating Gray And White Squares. You Can Use The

Related Questions

Fifteen years ago, everyone didn't have a cell phone. Anyone developing an app would not have found many users. Today, the existence of mobile apps is one of the reasons why smartphones are so popular today. These apps make phones and tablets smart, in terms of functionality and features. The app market is seeing hundreds of new applications introduced every day. This example shows that _______.

Answers

Answer:

Are there any options?

Explanation:

The world is frequently coming in with better and more advanced technologies. More people are entering the digital world every day. The pace at which disruptive technologies are arriving is accelerating – and they’re changing how we live. The same technologies are giving rise to new business models. Example of development in the past 15 years- A.I.

i'll give u 16 points answer thisss

Answers

Big hero six was the greatest kid movie ever invented like there is no question about that I love that movie

Advantages & Disadvantages of flow chart​

Answers

Answer:

Advantages of flow charts:

1. Communication where flowcharts are a more effective technique of explaining a system's rationale to all parties involved.

2. Efficient interpretation by using a flowchart, a problem can be investigated more effectively, resulting in lower costs and less time wasted.

3. Appropriate documentation such when program flowcharts serve as good documentary evidence, that is required for a variety of objectives, allowing things to run more smoothly.

4. Effective Coding where during the systems analysis and software development phases, the flowcharts serve as a guide or blueprint.

5. Practical Debug where the flowchart assists with the debugging process.

6. Efficient Program Maintenance by using a flowchart, it is simple to maintain an operational program. It allows the programmer to focus his efforts more effectively on that section.

Disadvantages of flow charts:

1. Manual traceability is required to ensure the accuracy of the flowchart drawn on paper.

2. Simple changes to the problem reasoning may necessitate a complete redo of the flowchart.

3. Displaying many branches and looping in flowchart is challenging.

4. When dealing with a complicated project or algorithm, the flowchart becomes very challenging and imprecise.

5. It can take some time to modify a flowchart.

How do milestones help a project manager ensure that a project goes smoothly?

A. By showing whether the project is progressing as planned

B. By showing whether the project is being monitored appropriately

C. By indicating whether the right team members have been given the right tasks

D. By indicating whether the project plan needs to be changed

Answers

Answer:

kung pwede lang sana none of the above

Explanation:

good evening po

jk lng po

By showing whether the project is progressing as planned. The correct option is A.

What are Milestones?

Milestones are specific points in time within a project that represent significant accomplishments or completion stages.

They assist a project manager in ensuring the smooth running of a project by providing a means to measure progress and monitor the overall health of the project.

Milestones also help team members stay focused on the project's goals and objectives, as well as provide a sense of accomplishment as each milestone is reached.

While monitoring and appropriate task assignments are important for project success, they are not the primary ways in which milestones assist a project manager in ensuring the smooth running of a project.

Likewise, while milestones may indicate the need for changes to the project plan, their primary purpose is to track progress and identify potential issues, rather than to indicate a completion date.

Thus, the correct option is A.

For more details regarding milestones, visit:

https://brainly.com/question/15843795

#SPJ7

The process of copying and storing data,files,progrms,etc.from internet server to user's computer is know as ..........

Please help me ​

Answers

(Storage) i think…okay

What report shows which types of mobile devices visited a website?.

Answers

Answer:

Technology > Network report. All traffic > Source/Medium report.

Explanation:

hope this helps

How to change lowercase to uppercase in excel 2010 shortcut key?.

Answers

I believe it’s shift

Mack signs into his laptop and gets a message saying all his files have been encrypted and will only be released if he sends money to the attacker. what kind of software did this

Answers

Answer: Ransom-Ware

Random-Ware is a type of malware that encrypts files in hopes of the victim to give the attacker a form of currency to gain access to the files again.

What is the one small catch with password managers?.

Answers

Answer:

password managers can acess and autofill your passwords

Explanation:

the catch is if you loose all data from your computer or smartphone, then you loose all your passwords

Which statement best describes one reason why assembly
language is easier to use than machine language?
O A. It allows programmers to easily calculate prime numbers.
O B. It uses the simplest form of code, also known as binary
code.
O c. It is the best way to tell a computer to complete a
single task.
O D. It allows programmers to write abbreviations instead of
repeating calculations

Answers

Answer:

D. It allows programmers to write abbreviations instead of repeating calculations

A restaurant has an app that allows users to view the menu and order online. You have been hired to upgrade the app because it is out of date, in both style and content. What parts of the existing code could you reuse, and what might you need to design from scratch?

Answers

Answer:

You could reuse most of the code. You will need to update some of the style parameters and re-word some of the content, but the base code is there to be used. You will need to fix the items that are on the menu. (Adding new items, Deleting items that don't exist, e.g.)

When you start an online course, what should you do to make sure you have access to college resources

Answers

As a student starting an online course, you should explore the college website to make sure you have access to college resources.

What is an online course?

An online course can be defined as an education programme that typically involves the process of providing and sharing learning resources (contents) in an organized way over the Internet, so as to allow the students (users) progress in their understanding of a course or topic.

As a student starting an online course, you should do the following to make sure you have access to college resources:

Explore the college website.Bookmark links to your course.Search for information with regards to advising, degree requirements, and financial aid.

Read more on online course here: https://brainly.com/question/14591988

#SPJ1

what is full form COMPUTER????​

Answers

Explanation:

The full form of the Computer is Common Operating Machine Purposely Used for Technological and Educational Research.

Explanation:

The computer full form of common opreating machine purposely used for technical educational research

I hope you helps:)

A computer is the __________ of an attack when it is used to conduct an attack against another computer.

Answers

Answer:

A computer is the __________ of an attack when it is used to conduct an attack against another computer.

Answer: Subject

Explanation:

You defined a shoe data type and created an instance.
class shoe:
size = 0
color = 'blue'
type = 'sandal'
myShoe = shoe()
Which statement assigns a value to the type?
type = 'sneaker'
myShoe.type( 'sneaker')
myShoe.type = 'sneaker'
NEXT QUESTION
ASK FOR HELP

Answers

Answer:

myShoe.type = 'sneaker'

Explanation:

type is a field of the class shoe. The myShoe object which is an instance of the class shoe has the field type also.

To assign a value to type filed of the object myShoe, reference the object then the field as such;

   myShoe.type = "sneaker"

You defined a shoe data type and created an instance. The statement that assigns a value to the type is myShoe.type = 'sneaker'. The correct option is C.

What is data in programming?

A variable's data type and the kinds of mathematical, relational, and logical operations that can be performed on it without producing an error are classified as data types in programming.

An attribute of a piece of data called a "data type" instructs a computer system on how to interpret that data's value.

type is one of the class shoe's fields. The field type is also present in the myShoe object, which is an instance of the class shoe.

Reference the object and the field as such in order to assign a value to the type field of the object myShoe;

Therefore, the correct option is C. sneaker" in myShoe.type.

To learn more about data in programming, refer to the link:

https://brainly.com/question/14581918

#SPJ2

Which are ways that technology keeps you hooked?

Answers

Answer:

you get games, apps, siri, g oog le and different things like phones, tablets, comuptures

Explanation:

What are two benefits of defining a function?

Answers

Answer:

enhances the readability of a program.

The _____ _____ form of database attack injects code into user login information with one or more statements that perform actions on the database.

Answers

Answer:

The answer is cross-site scripting(XSS)attack.

Explanation:

Hope this helps!

The cross-site scripting (XSS) attack form of database attack injects code into user login information with one or more statements that perform actions on the database.

What is cross-site scripting (XSS)?

Cross-site scripting (XSS) attacks insert a malicious executable script into the source code of a trustworthy program or website. Attackers frequently give users a malicious link to click on in order to launch an XSS attack.

Cross-site scripting can be broadly classified into three types: stored, reflected, and DOM-based XSS. When a third-party web application is loaded from an unrelated attack site in a way that makes it execute a JavaScript segment that has been prepared by the attacker in the security context of the targeted domain by using a reflected or non-reflected.

Thus, it is cross-site scripting (XSS) attack.

For more information about cross-site scripting (XSS) attack, click here:

https://brainly.com/question/26706948

#SPJ5


1. The Forever block is present in the
......... block category.

Answers

Answer:

loop or a repeating block. I think it’s this because I like robotics and I have to know a lot of different kinds of blocks.

Explanation:

This is why.

Which device performs the function of determining the path that messages should take through internetworks?.

Answers

Answer:

A router

Explanation:

Describe a new career in computer science that may be created in the future

Answers

No Code / Low Code Business Analyst.

This would involve someone that goes in to make sure that the business processes of the No Code / Low Code programmers are doing their job efficiently!

When you insert a new slide in a presentation, where is it placed in relation to the existing slides?.

Answers

Whenever you create a new slide, it appears below the selected slide.

If you have 2 slides and want one in between the two select the first slide and then select new slide.

For this step, submit your work in the programming environment by running your code, checking your code for a score. The score you get will show a percentage - this is a percentage of the 10 possible points. For example, if you check your code and earn a 50%, this means you have earned 5 out of 10 points. You can check your code more than once, until you earn a score you are happy with.

You must include all of the following requirements in your webpage to earn full points:

A page title
At least three headers (h1, h2, etc)
Paragraph tags
Font styles (for example, using to change the font's color)
At least two images (see below for more information about images)
At least one link to another website
One email link
A background, using either of the following techniques:
Inserting a background image (does not count as one of the two images above)
Changing the background color (using the tag)
Once you complete the steps on this page, proceed to Step 2 on the next page. You must complete both steps to complete this unit's assignment.

Answers

A sample HTML code that contains headers, paragraph tags, hyperlinks is

<h1> This is a header </h1><h2> This is a subtitle heading </h2><p> This is a paragraph </p><a href=”www.brainly.com”> Brainly Website </a>

What is HTML?

This is the building block of a website and is an acronym that means Hypertext Markup Language.

The HTML code that can be used to add a sample image is: "<img src="pic_Brainly.jpeg" alt="Brainly" width="500" height="333">

The src code means the specific location of the external resource

The width and height show how tall and wide the image would be.

The alt shows the alternative information for the image that can be seen when a person hovers over the image on the website.

Read more about HTML and CSS here:

https://brainly.com/question/24051672

#SPJ1

What two functions does tcp/ip perform?

reassemble data packets at the destination.
alert users about unsafe websites and servers.
request servers for data the user wants.
check and request for missing data packets.

Answers

The two functions does tcp/ip are:

Reassemble data packets at the destination.Request servers for data the user wants.

What are the functions of TCP IP?

The role of the Transmission Control Protocol is known to be the one that helps to take in and put together the Data Packets while that of IP is to send the Data Packets to the right location or destination.

Therefore, The two functions does tcp/ip are:

Reassemble data packets at the destination.Request servers for data the user wants.

Learn more about tcp/ip from

https://brainly.com/question/17387945

#SPJ1

What happens when you restrict someone on messenger?.

Answers

Answer:

You won't get any notifications from the person that's restricted, via messages, videos, or images. If the restricted person tries calling you, your phone won't ring.

Maria is developing an online gaming website. She is working on an interactive game that has a central character guiding visitors through the game. Which element of multimedia is most suitable for this type of website?

Answers

Answer:

The answer is animation. This question has been answered already.

Source:

https://brainly.com/question/12414395

what is the Result obtained after data processing called?​

Answers

Answer:

Output

Any information which get processed by and sent out from a computer is called output. It is the final result which we get after processing

Answer:

output

Explanation:

it'll be called output

The __________ backup method is based on the philosophy that a full backup should occur at regular intervals, such as monthly or weekly

Answers

Answer:

full/incremental backup

Explanation:

I believe it's full/incremental backup.

The function ____ can check whether an expression meets the required conditions; if the conditions are not met, it terminates the program.

Answers

Answer:

assert()

Explanation:

The assert function takes a boolean as an input, and when true, it just continues the flow, however if false it prints an error and calls exit.

Why is it important for companies to invest in building a complete data and analytics platform?.

Answers

Companies need to invest in data and analytics platform as it  generates insights by housing data in one place and converting it into easily consumable information at high speed.

Why is it vital to use the analytics of a platform?

Analytics platforms is known to have helped a lot of data scientists as it has help to boast access to a lot of data sources and hardware.

Note that Companies need to invest in data and analytics platform as it  generates insights by housing data in one place and converting it into easily consumable information at high speed.

See options below

It produces cultural support and alignment, a growth mindset, and new ideas and priorities to improve business processes.

It creates awareness of what data can do to improve business processes.

It generates insights by housing data in one place and converting it into easily consumable information at high speed.

It stores large amounts of data that are easily retrievable for future business growth.

Learn more about analytics platform from

https://brainly.com/question/26468036

#SPJ1

Other Questions
90 POINTS! PLEASE HURRY! Analyze this graph and fill in the blanks with the correct response. A. 10B. 11C. 12D. 13 Social Studies (Reconstruction and Economic Growth Test) Use the article Rock the Vote to answer the question. Rock the Vote Imagine that you were asked to read the article to see how the message was created. In 12 sentences, analyze the authors message and explain how the author use examples to support the claim. (2 points) ASAP NEED ANSWER TODAY 6/6/22!!!!!!!!!!!!!!!!! Two similar triangles are shown belowWhich two sets of angles are corresponding angles? Mr. Apollos art class is designing tiles for a mosaic.The class worked in groups, and each group selected a color and a set of shapes to use.Match the shape names of all of the shapes in each group by dragging them to the correct color in the table.Names may be used once, more than once, or not at all.Set 1 has 4 blue rectangles, Set 2 has 4 red triangles, Set 3 has 4 green kites and Set 4 has 3 yellow trapezoids.Rectangle returned to the choices list. ParallelogramRhombus Square Trapezoid RectangleTriangle Right Triangle Isosceles Trapezoid Obtuse Triangle Blue Red Green Yellow A large truck is moving at 22.0 m/s. if its momentum is 125,000 kg meters per second, what is the truck's mass? 176 kg 2750 kg 5680 kg 11,400 kg Methane has a heat of fusion of 0.84 kJ/mol and a heat of vaporization of 9.2 kJ/mol. Estimate the value for the heat of sublimation. 9.00 kJ/mol 11.0 kJ/mol 8.00 kJ/mol 10.0 kJ/mol 12.0 kJ/mol A widely debated issue of the early 1990s was the ratification of the __ __ __ __ agreement, which created a free-trade area among the united states, mexico, and canada. f(x) = x. What is g(x)? (Refer to the attached image) "To follow the social rules in our responsibility? Justify the statement. Sean counts by 2s from 15 to 35. which number does Sean count?HELP ME ASAP!!! Find the volume of this rectangular pyramid. length =5cmwidth =6cmhight =7cmPLEASE HURRY Nick walked 5 miles to reach his aunt's house. From there he traveled 8 miles to the shopping mall on a bicycle. He traveled 80% faster on the bicycle than on foot. Let r represent his rate of walking in miles per hour. Identify the expression that represents the number of hours Nick took to reach the shopping mall in terms of r. Then find the time taken by Nick to reach the shopping mall if he walked at an average speed of 3 miles per hour What is the correct answer? He failed the test He should............... studied harder-have-had-has-hadnt To notify the browser that we have JavaScript code, we should use ............. How many solutions are there for the system of nonlinear equations represented by this graph? Draw and simplify the karnaugh maps of x,y,Z for (a)m0 +m1+ m5+m7. (b)F(1,3,5,4,7). (c)m0+m2+m4+m6. (d)F(0,2,4,6) Fill in the blanks below with the correct word to complete the sentence.Water is warmed by the sun and evaporated .It is then cooled and .Finally, it is brought back to Earth in the form of