Sponsored Content
The Lounge What is on Your Mind? Computer Science and Information Technology Post 302400259 by hpicracing on Tuesday 2nd of March 2010 07:13:38 PM
Old 03-02-2010
Question Computer Science and Information Technology

Hi,
I haven't posted on the forums for a while now, I tried to find the most appropriate section for this post, but if this is in the wrong section please forgive me.
First, let me say I'm a sophomore in HS. I know that job wise I definitely want to do something in computers. A while ago I was considering Systems Administration, but I'm not sure that programming is my thing. The only language I've learned is HTML(I know this doesn't count for much) and I loved doing that. I tried learning C++ and I wasn't crazy about it, I also tried Javascript and wasn't crazy about that either. I'm beginning to think maybe I'm not the programming type. I love taking computers apart, repairing them, building them, and solving any problems with them. I think this is probably more the area I'm interested in, but again, I'm not sure. Smilie I've been told I'd be really good in sales, but I really want to do something in computers. I've been looking into undergraduate degrees, and I was originally planning on Computer Science. But now I'm thinking maybe I'd be better off in an Information Technology or Computer Information Systems degree. The thing is, I can't find anything that says what the difference is between these 3 degrees and what you can do with them. I know this is a Unix forum, but I know probably a lot of the people on these forums have been through college and considered different degrees in computers. If anyone could explain the differences in these degrees, and also maybe suggest some careers I might be interested in based off what I said I like to do, I'd really really appreciate it!
Thanks in advance for any help Smilie
 

6 More Discussions You Might Find Interesting

1. Programming

Is Web Development is a part of computer science ?

I am now a student in university in 2nd year. I am studying computer science. But I am not sure what type of jobs computer science provide. I know some of them are software programming or network management. Recently, I hear some about Web Development. I wonder if it is a part of computer science.... (1 Reply)
Discussion started by: Anna Hussie
1 Replies

2. Web Development

Is Web Development is a part of computer science ?

I am now a student in university in 2nd year. I am studying computer science. But I am not sure what type of jobs computer science provide. I know some of them are software programming or network management. Recently, I hear some about Web Development. I wonder if it is a part of computer... (3 Replies)
Discussion started by: Anna Hussie
3 Replies

3. What is on Your Mind?

How would you analyze the impact of C language on computer technology?

What is extent of influence of C language? How essential is it in today's computer and IT technology? Do you think that the inventor of C language deserves more recognition than he appreciates now? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

4. What is on Your Mind?

Forum Trivial Pursuit - New Computer Science and Mathematics Trivia for UNIX.com

I have added a new experimental "Computer Science and Mathematics Trivia - True or False" section in the discussions, currently under the tags box. In the future, I plan to Expand this feature to add more trivia categories from math, science and technology. Keep track of correct and... (20 Replies)
Discussion started by: Neo
20 Replies

5. What is on Your Mind?

1000+ Computer Science Trivia Questions at UNIX.COM

The UNIX and Linux Forums now has over 1000 TRUE / FALSE computer science and computer related trivia question in our database. These questions are of relatively high quality (compared to similar sites on the web) and are fun (according to feedback by users). In the first week during the... (1 Reply)
Discussion started by: Neo
1 Replies

6. What is on Your Mind?

Debugging Our Computer Science Trivia Feature

Only a few days after I coded this new feature from scratch, we are seeing over 3000 entries in the database from members (mostly guests) playing CS trivia. I have spend a lot of time coding this (from scratch) and testing the API. From the logs, it seems to have an API bug which appears... (31 Replies)
Discussion started by: Neo
31 Replies
LLSEARCH(1)						      General Commands Manual						       LLSEARCH(1)

NAME
llsearch - Search a GNIS file for place names within a given block of latitude/longitude SYNOPSIS
llsearch [-L] | [latitude_low longitude_low latitude_high longitude_high] DESCRIPTION
The U.S. Geological Survey supports sites on the Internet with Geographic Names Information System (GNIS) files. These files contain lists of place names, complete with their latitude/longitude and other information. There are separate files for each of the U.S. states, and each file contains many, many, many place names. If you want to use this data with drawmap, it is useful to reduce the data to only the items that you need. Llsearch lets you filter a GNIS file and winnow out only those place names that fall within the latitude/longitude boundaries that you specify. (You may want to specify boundaries that are a tiny bit larger than what you are interested in, so that numerical quantization doesn't eliminate locales that fall exactly on your boundaries.) Latitudes and longitudes are positive for north latitude and east longitude, and negative for south latitude and west longitude. Llsearch expects you to enter them in decimal degrees. (The latitudes and longitudes in the GNIS file are in degrees-minutes-seconds format, fol- lowed by 'N', 'S', 'E', or 'W'. However, there are two available file formats, and one of the formats also contains the latitudes/longi- tudes in decimal degrees.) Typical usage is as follows: gunzip -c california.gz | llsearch 33 -118 34 -117 > gnis_santa_ana_west If you enter the "-L" option, the program will print some license information and exit. Once you have reduced the data to some subset of interest, you can search for particular items via the grep or perl commands, or other search commands, or you can simply edit the results with your favorite text editor. Search commands are useful in reducing the sheer vol- ume of data to a more manageable size (by extracting, say, all mountain summits or all streams), but you will probably ultimately end up looking through the remaining data manually. The individual records contain codes, such as "ppl" for populated places, and "summit" for mountain tops, that can help you pick and choose. There is considerable redundancy in place names, and human intelligence is useful in sorting things out. While I was writing drawmap and llsearch, I frequently gazed out my office window, where I could spot at least two, and possibly three Baldy Mountains. There are also quite a few Beaver Creeks, Bear Canyons, Saddle Buttes, and Springfields out there. By taking a close look at the information associated with each place name, you can find the particular locations that interest you. SEE ALSO
drawmap(1) Jul 24, 2001 LLSEARCH(1)
All times are GMT -4. The time now is 12:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy