|
| Total Answers and Comments: 2 |
Last Update: July 17, 2005 |
|
| | |
|
No best answer available. Please pick the good answer available or submit your answer. |  We have to count the 3 letter,4letter and 5letter words from a file and print the number of 3 letter,4letter and 5letter words. Delimiter is space,tab,hifen.Also we should not consider the line in the file after we encounter # in that line.(ie after # we should not consider the portion of line)
In file count the number of characters, number of words, number of line. Delimiter between words is given as command line argument. What is command to know the IP and MAC address of your machine in windows platform?a) ifconfig b)Ipconfig/all c)ping d) All the aboveMTFS, CDFS, EXT3, FAT32, and EXT2, which of the below are the windows Latest Answer : Question: Mindtree Testing questions for experienced 11th june 2005 1. What is command to know the IP and MAC address of your machine in windows platform?a) ifconfig b)Ipconfig/all c)ping d) All ...
What is Data File | |
In a logical data model, the conceptual data model which is based on the business semantic is being defined. Thus, entities and relationships and corresponding table and column design, object oriented classes, and XML tags, among other things are being laid regardless of the database will be physica |
|
On-Line Transaction Processing | |
On-Line Transaction Processing
On-Line Transaction Processing is a processing that supports the daily business operations. Also know as operational processing and OLTP. An OLTP is a database which must typically allow the real-time processing of SQL transactions to support traditional reta |
|
On-Line Analytical Processing | |
On-Line Analytical Processing
On-Line Analytical Processing is a processing that supports the analysis of business trends and projections. It is also known as decision support processing and OLAP. An OLAP software enables companies to have real-time analysis of data stored in a database. A |
|
What is the use of COUNT with DISTINCT option | |
COUNT is a group function returns result by summarizing multiple rows. All group by value function will have the usage of DISTINCT or ALL option and so is the COUNT which uses the DISTINCT option. DISTINCT option is used to enforce uniqueness and if combined with COUNT is used to |
|
What is the use of truncate command? | |
Truncate command will delete all records and the most important thing to make note of truncate command is since truncate command cannot be rolled back one must make sure to take proper backup of table data before performing the truncate command. Truncate command is thus used to remove all rows from |
|
How to define command line arguments | |
The main functions can have arguments passed which are called as command line arguments. There are two command line arguments:
Argument count denoted by argc and
Argument vector denoted by argv
The argc is an integer variable which denotes the number of parameters passed and argv is pointer to a |
|
Data Warehouses Non Technical Issues | |
Data Warehouses Non Technical Issues When companies get ready to implement a data warehouse few of them pay attention to the political issues that may surround it It must be emphasized that politics can reduce the chances for success with a data warehouse project and I want to warn companies against |
|
Technical Aspects of CRM | |
Technical Aspects of CRM While it must be emphasized that CRM is not a technology there are a number of technical issues that need to be considered when a company decides to implement a CRM system The first technical issue that needs to be analyzed is scalability In a nutshell the CRM system must be |
|
PHP Tutorials - File manipulation (Part-2) | |
File manipulation Part 2 In this PHP Tutorial you will learn the 2nd Part of File Manipulation Reading lines from a file Reading arbitrary amounts of data from a file Writing to a file Creating directories Removing a directory and Opening a directory for reading mosgoogle Reading lines from a file T |
|
PHP Tutorials – File manipulation (Part 1) | |
PHP Tutorials File manipulation Part 1 In the PHP Tutorial You will learn about File manipulation Part 1 Checking file existence A file or directory Determining file size Creating and deleting files and Opening a file for writing reading or appending mosgoogle Checking file existence You can test |
| |
|