|
|
 |
Have a favorite subject? Get browsing, and start earning cash! Want to see expired questions, too?
|
| Here are the questions in Computer Science » General CS. Go get 'em! 1-20 of 243
| Next | | Bounty | Status | Question |
Due |
|---|
| $1.00 |
Answered |
Race and Your community
2. Final Project: Race and Your Community • Resource: Appendix A • Due Date: Day 7 [Individual] forum • Prepare a 1,400- to 1,750-word autobiographical research paper that analyzes the influences...
|
Feb. 08, 2009 |
| $7.00 |
Answered |
cards2345
Would like the help! Info attached
|
Dec. 08, 2008 |
| $6.00 |
Answered |
Need Help
Would really appreciate the help. Last assignment and don't have but 6.00. Don't have to completely work just needs to show believable effort.
|
Dec. 08, 2008 |
| $5.00 |
Unanswered |
Spreadsheet
1-2 paragraphs Details: Your Uncle Larry has entered all of his video game collection data into an Excel workbook. He took your advice and used headings to organize the information. He now wants to...
|
Dec. 07, 2008 |
| $4.00 |
Unanswered |
Computer Science
How have Internet, intranets, extranets, and the World Wide Web affected the types and uses of data resources available to end users? 150 words would sum it up for me..
|
Dec. 07, 2008 |
| $1.00 |
Unanswered |
need help in C ASAP
What is the value of variable s after execution of the program fragment below? char h[6] = char p[6] = char s[10]; strcpy(s, h); strcat(s, p); a. wild crazy b. wild craz c. d. The value...
|
Dec. 06, 2008 |
| $1.00 |
Unanswered |
programming methods
Include two overloaded methods named computeWeeklySalary(). One version accepts an annual salary as a number and calculates weekly salary as 1/52 of the annual amount. The other accepts a number...
|
Dec. 05, 2008 |
| $5.00 |
Answered |
help in C
1) What is displayed by this program? #include <stdio.h> void seven(int *xp); int main(void) { int x, y; x = 5; y = 6; seven ( seven ( printf (, x, y); return 0; } void seven (int *x...
|
Dec. 05, 2008 |
| $1.00 |
Unanswered |
compare and contrast a mountain and a pl
compare and contrast a mountain and a plateau by completing the talbe
|
Dec. 05, 2008 |
| $5.00 |
Answered |
programming in C help
1)What value is assigned to q in the statement q = f(3, 3, 4); if f is defined as follows? int f (int q, int b, int c) { int p; p = q * b + 2 * c; return p; } a.17 b.36 c.44 d.50 e.none of the above ...
|
Dec. 05, 2008 |
| $60.00 |
Answered |
Questions based on unix
1. Using egrep, select the lines(in a file) that have atmost 3 characters. 2. Using egrep, select the lines in a file that have atleast two occurences of the string . 3. Using egrep, select the...
|
Dec. 04, 2008 |
| $60.00 |
Answered |
Questions based on unix.
questions are in attachment.
|
Dec. 04, 2008 |
| $6.00 |
Answered |
program
Need this program modified. Info and code are attached. Don't have to be perfect, just has to show an effort.
|
Dec. 04, 2008 |
| $50.00 |
Answered |
need help to find out the command
Unix questions:- 1)Develop an awk program to summarize from the list of all processes a count of processes run by every user(including root). 2)Find out the next available UID in /etc/passwd after...
|
Dec. 04, 2008 |
| $1.00 |
Answered |
programming in c help asap please
What does the following C function do? int fun(const char *string) { char blank = ' '; int k; int looking = 1; k = strlen(string); while (k >= 0 && looking) { if...
|
Dec. 03, 2008 |
| $1.00 |
Unanswered |
programming in c help asap please
What will be displayed by the statements below? char s1[8] = , s2[9] = char tmp1[10], tmp2[20]; strcpy(tmp2, s1); strcat(tmp2, s2); strncpy(tmp1, &tmp2[5], 6); tmp1[6] = '\0'; printf(,...
|
Dec. 03, 2008 |
| $1.00 |
Unanswered |
programming in c help asap please
In the fragment below, what is the minimum size of result required for successful and valid concatenation of and ? strcpy(result, strcat(result, a. 10 b. 13 c. 14 d. 15 e. none of the...
|
Dec. 03, 2008 |
| $1.00 |
Unanswered |
programming in c help asap please
What is displayed by the code fragment below if the memory for next immediately follows the memory for word? char word[12], next[4] = word[0] = 'c'; word[1] = 'a'; word[2] = 't'; printf(,...
|
Dec. 03, 2008 |
| $1.00 |
Answered |
programming in c help asap please
What does function five do? int five(const char *str) { int ans; if (str[0] == '\0') ans = 0; else if (isdigit(str[0])) ans = 1 + five(''and symbol'' str[1]); else ...
|
Dec. 03, 2008 |
| $3.00 |
Answered |
programming in c help asap please
Refer to the following declarations when answering the following 3 Questions. typedef struct { char name[20]; int id; double salary; } emprec_t; . . . emprec_t emp1, emp2; char ch1; int...
|
Dec. 03, 2008 |
|