English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - February 2007

[Selected]: All categories Computers & Internet Programming & Design

visitors to enter keywords and if there will be match one of your html doc. it will display. Please help me im a student, a programmer one, I really need it now

2007-02-12 19:21:13 · 1 answers · asked by student programmer 1

2007-02-12 19:07:17 · 2 answers · asked by criz 1

A process by which complex data structures are simplified into a two-dimensional form is known as:

a. Data Tabulation.
b. Entity Construction.
c. Normalization.
d. Decomposition.

2007-02-12 18:56:40 · 3 answers · asked by momei1 1

can an array in java be declared like this?
int[5] a1=new int[];

2007-02-12 18:54:35 · 3 answers · asked by IT-Innovating Trends 1

in a database that permits a user to design the format of required output on to a monitor or as printed hardcopy is known as

a. an edit function.
b. a report generator.
c. a data manipulation language.
d. a data description language.

2007-02-12 18:54:13 · 1 answers · asked by minghim c 1

2007-02-12 18:53:56 · 2 answers · asked by mahipal r 1

athe elimination of certain items of data from a new system that were in the old system that preceded it.
b. that certain items of data in the database are not used.
c. that the cost of collecting certain items of data is not
justified by the benefit the data provides.
d. the duplication of certain items of data, so that they appear in two or more places on a file or in a record.

2007-02-12 18:37:24 · 8 answers · asked by minghim c 1

Which of the following statements about data dictionary is FALSE?

a. It can be written in a data manipulation language.
b. It provides a list of codes and symbols used in the database.
c. It indicates the relationships between types of record.
d. It states what types of record the database contains.

2007-02-12 18:32:37 · 1 answers · asked by momei1 1

2007-02-12 18:28:41 · 4 answers · asked by shroffrohit123 1

2007-02-12 17:55:31 · 2 answers · asked by thisisimp 1

2007-02-12 17:52:22 · 6 answers · asked by Anonymous

Does a CD/DVD maintains a list of CRC of the files that it contains? It seems, the answer is NO. But that sounds so unbelievable for a archive media such as a CD/DVD. And if the answer is yes, where to find the CRC list?

2007-02-12 17:36:40 · 4 answers · asked by Sanjiv D 2

2007-02-12 17:27:15 · 4 answers · asked by xinnybuxlrie 5

Here is an example:

A B C D
1 dog test 123 help
2 cat help 111 help
3 bat
4 frog
5
6

Let's say, I wanted to count the total number of blank cells in Column D, but only if there is data on the same matching rows on Column A. Since there is data in A3 and A4 and no data in D3 and D4, the formula should report 2. The trouble that I am running into is that if I perform a CountBlank in D:D, Excel will give me a total that includes all cells from D3 to all the way down from this column. Is there anyway to set this up so that it will only provide a total count of empty cells in Column C to the corresponding data in Column A?, unless I add data to A5 (and additional data further down Column A), or if I update the spreadsheet later and add data into D4 or later rows (so that these are not counted)? Any assistance you can provide is greatly appreciated.

2007-02-12 17:21:57 · 5 answers · asked by drsarcasm_2000 1

looking for live help

2007-02-12 17:21:39 · 3 answers · asked by southernman48197 1

Excellence.

2007-02-12 17:01:14 · 5 answers · asked by murali k 1

plz i need help

2007-02-12 16:46:51 · 6 answers · asked by Jack_Krauser 2

I wrote pseudo code for program.. i just need someone translate it to assembly... we have to find beat per minute and we have the period... so if we count the number of period in each 60 second thats our BPM...
BPM=0
Total time= 0
loop totaltime=totaltime+period
bpm=bpm+1
if total time < 60 s go to loop
done

the period is given in 100ms unit (16 bits) so 60 sec = .6 *10^6 which is more than 16 bit...what should we do?

2007-02-12 16:43:32 · 3 answers · asked by Princess Jasmine 2

I need to convert a powerpoint file into flash or image format to make it viewable in browser..
I need to do it using any .net code.. Can anyone help me out in this?

2007-02-12 16:29:48 · 3 answers · asked by Bala 1

I'm currently trying to write a program. I'm new at programming and horrible at math. It is due tomorrow. I need to display the weeks, days, and hours a person worked based on the hours the person worked that month, which could be any number. A week is 40 hours, a day is 8 hours, and however many hours are left. I already wrote up my code and ran the compiler. However, the calculations are way off. I just need to know how to calculate the weeks, days, and hours.
I included the variables I declared and the calculations. Thank you.

//declare variables
int hoursWorked = 0;
int hoursPerWeek = 40;
int hoursPerDay = 8;
int weeks = 0;
int days = 0;
int hours = 0;

//calculate weeks, days, and hours
weeks = (hoursWorked - hoursPerWeek)/ ;
days = weeks - hoursPerDay;
hours = days;

2007-02-12 16:20:53 · 5 answers · asked by Christi 4

The reason I asked you is to make sure you type/copy the contens so that it looks like how its looking on the pdf file.You can achieve this if you have pdf reader.Its very important that the look and feel of the word should be how it looks on pdf so that I can add and delete what ever is needed.

2007-02-12 15:50:02 · 9 answers · asked by kk 1

Would like to speed up my typing. Thanks

2007-02-12 15:05:54 · 6 answers · asked by nikki o 2

2007-02-12 14:47:43 · 3 answers · asked by Princess Jasmine 2

I want to make my own layout for myspace, but I don't really know how....I know you need to make a code, but again I don't know how...could someone please help...if you would rather talk to me through email or IM just let me know, I have an account on AIM, hotmail, (of course, but just email) yahoo, and myspace....just let me know how to contact you...thanks

2007-02-12 13:42:22 · 9 answers · asked by Ravenra 3

fedest.com, questions and answers