- Home >
- Programming >
- exam grade
Programming
exam grade
Question Description
I’m studying for my Programming class and don’t understand how to answer this. Can you help me study?

Student has agreed that all tutoring, explanations, and answers provided by the tutor will be used to help in the learning process and in accordance with Studypool's honor code & terms of service.
Final Answer


New York University
Completion Status:
100%
Review
Review

Anonymous
Top quality work from this tutor! I’ll be back!

Anonymous
Just what I needed… fantastic!

Anonymous
Use Studypool every time I am stuck with an assignment I need guidance.

Studypool
4.7

Trustpilot
4.5

Sitejabber
4.4
Similar Questions
Excel 1
PLUM CRAZY E_CH01_GOV1_A3_Instructions.docxPLUM CRAY 1 go_e01_grader_a3.xlsxthe first line are the directions of assign...
EXCEL 2
PLUM CRAZY 2 E_CH02_GOV1_A3_Instructions-1.docxPLUM CRAZY 2 go_e02_grader_a3.xlsxFollow the directions and complete th...
Please help.
Please help!! I already described to you previously, but different requirement....
WK3IP
Individual
Divine Roles Across Cultures Matrix Resource: University of Phoenix Material: Divine Roles Across Cultures Matr...
Writing
What do you think the most important ethical issues are for a computer professional? This is going to be shorter - 600 w...
Wk 3 Individual
THe assignment is due on 11/11 but the plan must be pre-approved so if you can think of the plan ahead of time and let me ...
Related Tags
Book Guides
A Brief History of Humankind Sapiens
by Yuval Noah Harari
Animal Farm
by George Orwell
The Book Thief
by Markus Zusak
Dune
by Frank Herbert
The Tipping Point
by Malcolm Gladwell
Enders Game
by E. M. Forster
The Lord of the Flies
by William Golding
Blink
by Malcolm Gladwell
Z for Zachariah
by Robert C. O’Brien

Studypool values your privacy. Only questions posted as Public are visible on our website.
Most Popular Answers

web site
web site
Problem: I have decided to
open my own flower shop and name it Cheryl’s Floral Emporium. My director of marketing has advised me that
I should have my own Web site. This would be the perfect venue in which to advertise
and promote my new floral adventure. I have hired you to create my new Web
site. Creativity is one of my top requirements since floral design is a highly
creative process.
Basic Requirements:
Check Off When
Completed
Web Page
Description
You Will Need the
Following Files
You Will Save Web
Page as
Home page
The home page should
provide an introduction to Cheryl’s
Floral Emporium. This page also needs contact information and a photo of
our entrance and our logo. Please include the flower picture as well.
New blank file
Introduction.txt
contact.txt
shop door.jpg
logo3.jpg
flowers.jpg
Index.htm
Feature page
The name of this
page is Signature Classes.
This page features
my signature classes that will be offered. The page should incorporate a JavaScript
script, placed in the head section that contains a scrolling text message.
Please include at least two future classes of your own creation!
New blank file.
feature.txt
Christmas floral.jpg
script.txt
feature.htm
Calendar page
Include a page name.
Include a JavaScript
script across the top of the page. Please create a calendar for December.
(see tut 12 folder included for files
This is located on pg 670 in text)
I will give you ten extra credit pts if you can incorporate the countdown for
Christmas Day. (clock function is on pg 618 of text).
New blank file
deadlinescript.txt
I have included tut
12 monthly calendar files and tut 11 clock files for you.
calendar.htm
Order page
Include a page name.
This page should
feature an order form for those wanting to purchase floral pieces or sign up
for one of my design classes. I would like each of you to design your own
order form. You have learned several methods of design.
The only thing I ask is to incorporate the
jpg files that I have included and that the
form should use the
most method and be submitted to
http:www.cheryl’sfloral
emporium.com/cgi-bin/display_results.pl.
New blank file
rose1.jpg
rose3.jpg
lilies.jpg
pansies.jpg
potted
arrangement.jpg
order.htm
As you create the Web site, the design
and presentation of the information is your choice, but pay careful attention
to the following items:
·
Use of color, fonts, legibility, and consistency.
·
Make sure my logo is used through out!
·
Make sure you use correct form of file hierarchy (image
folder, etc.)
·
Each Web page should include a comment with the page name
and your first and last names.
·
Each Web page should include an appropriate title (include
title tags) and headings.
·
Each web page should include a consistent navigation area
that contains links to the other three pages in the Web site. Make sure all
your hyperlinks are functioning!
·
Use Alt tags for all graphics.
·
Styles should be included throughout the Web site.
·
The Web site should validate as transitional XHTML.
Specific Information for each page:
1. Review the Ppt
slides that I have created on Design Principles in session 15. These were
created to facilitate your knowledge about Web design principles and about what
works and what doesn’t.
2. You will be
utilizing the design rubric (mandatory assignment) in your design process. The
object of this project is for you to do a design analysis before you actually
begin your creation of the Web pages. It defeats the purpose to do it after
your work is done. Truly great designers put there thoughts on paper first and
then dig in!
3. Create a new
document in notepad and save it as indicated.
4. At the beginning
of the document, insert the XML, declaration and the complete <!DOCTYPE>
definition, and then press enter four times
5. Add html element
with xml namespace.
6. Add comment with
your name.
7. Add body.
8. Close body and
html.
9. Save as directed
and view in several browsers to verify all is well!.
web site file

Returning a pointer from a function
Returning a pointer from a function
Your task is to write a subroutine that takes a pointer to the first
element of an integer array, as well as an integer variable. The
arguments are passed to the subroutine in this order. The integer
variable passed as an argument holds the number of elements in an array,
while the actual array holds the number of integers specified by the
variable. The subroutine must go through the table and return
the address of the element holding the smallest value to the calling
program. After receiving the address, the main program uses it to print
the smallest number contained in the array. The prototype of the subroutine is the following: int *address_of_smallest_value(int *numbers, int size); In the above, the * operator indicates that the function's return value is a pointer.
Have a homework question? Get help from verified tutors now!