Home Invites Members Groups Events Careers Videos News Photos Blogs Polls Singles Forums Chat
Home > Blogs > Post Content

~ "Just A Few Techie Definitions" ~ Section 'C' (8069 hits)


/*

~ "Just A Few Techie Definitions" ~ Section 'C'
By
Gregory V. Boulware, Esq.
http://hbcu.com/content/340105/just-a-few-...
http://hbcu.com/cgi-bin/blog.cgi?id=641608



Ya’ateeh, Y'Ho, Shalom Alaikum, As Salaam Alaikum, Hotep, Hola, Konichiwa, Privyet, Hallo, Ni Hao, Anyoung Haseyo - Hello Family!

With the realization of how long/big the 'Academia Posting' of "Terminus*Infinitus," the series "Just A Few Techie Definitions" will continue in its planned alphabetical offerings from 'B to Z.' Many students also do not have "The One Thing I Know Is..." 'How To Understand Information Technology' as not being required reading and/or the inability to acquire the paperback book, these postings will be of great necessity...it is a pleasure to be able to provide this "Free Education and Self-Help" academic assistance.

Peace and Love,

"G"

>

"It is my commitment, my profound propensity to indefatigably inscribe throughout the annals of time and in the name of education, and Information, my contribution(s) to the practice of "Free Education and Self-Help" Publication(s) For One And All - Across The Globe And Beyond!"
~BoulwareEnterprises/Publications~

Presenting...

***
"Terminus*Infinitus"

“TheOneThingIKnow Is…”
GregoryV.Boulware, Esq.ASB/CS-CP
#BoulwareBooks #Education #Information #SelfHelp

"Terminus*Infinitus": Beyond A to Z
By
Gregory V. Boulware, Esq.
https://www.academia.edu/38065862/_Terminu...
https://www.amazon.com/gp/product/15025811...

SECTION 'C':

C:

A high-level programming language developed by Dennis Ritchie at Bell Labs in the mid-1970s.
Although originally designed as a systems programming language, 'C' has proved to be a powerful and flexible language that can be used for a variety of applications, from business programs to engineering. C is a particularly popular language for personal computer programmers because it is relatively small--it requires less memory than other languages. The first major program written in C was the UNIX operating system, and for many years C was considered to be in extricably linked with UNIX. Now, however, C is an important language independent of UNIX.

Although it is a high-level language, C is much closer to assembly language than are most other high-level languages. This closeness to the underlying machine language allows C programmers to write very efficient code. The low-level nature of C, however, can make the language difficult to use for some types of applications.

C and C++ Programming Tutorials:

A collection of links to downloadable C programming tutorials, as well as a list of reference books, an FAQ, and the origins of C and C++. Association of C/C++ users Site of ACCU, the Association of C and C++ users. It contains information on the C family of programming languages including publications, book reviews, links to C sites, and related information.

CAS:

Content Addresses Storage.

(1)Short for column address strobe.

(2)Short for content addressed storage.
Affordable Internet Service Built for your Business. Free professional installation & routers. Up to 2X the upload speed of many standard DSL services.

CDW:

EMC Services High volume computer reseller, offering brand name products and technology solutions for business, government and education.

Characters and ASCII Equivalents:

Here are some of the more commonly used characters and their ASCII equivalents.
To use a character just copy and paste the ascii symbol into the formatting of your Web page at the spot where you want the character to show up.

CICS:

Short for Customer Information Control System, a TP monitor from IBM that was originally developed to provide transaction processing for IBM mainframes. It controls the interaction between applications and users and lets programmers develop screen displays without detailed knowledge of the terminals being used.
CICS is also available on non-mainframe platforms including the RS/6000, AS/400 and OS/2basedPCs.

CISSP:

(Certification for Information System Security Professional) A certification reflecting the qualifications of information systems security practitioners. The CISSP examination consists of 250 multiple-choice questions, covering topics such as Access Control Systems, Cryptography, and Security Management Practices, and is administered by the International Information Systems Security Certification Consortium or (ISC) 2 (www.isc2.org).

The (ISC) 2 promotes the CISSP as an aid to evaluating personnel performing information security functions. The certification was first available in 1989.

Cloud Computing:

A type of computing, comparable to grid computing that relies on sharing computing resources rather than having local servers or personal devices to handle applications. The goal of cloud computing is to apply traditional super computing, or high-performance computing power, normally used by military and research facilities, to perform tens of trillions of computations per second, in consumer-oriented applications such as financial portfolios or even to deliver personalized information,or power immersive computer games.

To do this, cloud computing networks large groups of servers, usually those with low-cost consumer PC technology, with specialized connections to spread data-processing chores across them. This shared IT infrastructure contains large pools of systems that are linked together.

Often, virtualization techniques are used to maximize the power of cloud computing.

The standards for connecting the computer systems and the software needed to make cloud computing work are not fully defined at present time, leaving many companies to define their own cloud computing technologies.

Systems offered by companies, like IBM's "BlueCloud" technologies for example, are based on open standards and open source software which link together computers that are used to deliver Web2.0 capabilities like mash-ups or mobile commerce.

Cloud computing has started to obtain mass appeal incorporate data centers as it enables the data center to operate like the Internet work through the process of enabling computing resources to be accessed and shared as virtual resources in a secure and scalable manner. See network cloud computing.

See also grid computing.

Clustering:

Connecting two or more computers together in such a way that they behave like a single computer. Clustering is used for parallel processing, load balancing and fault tolerance.

Clustering is a popular strategy for implementing parallel processing applications because it enables companies to leverage the investment already made in PCs and workstations. In addition, it's relatively easy to add new CPUs simply by adding a new PC to the network.

Microsoft's clustering solution for Windows NT systems is called MSCS. Also see cluster.

Clustering Architecture Whitepaper(s) from Microsoft describing the architecture of the clustering extensions to the Windows NT operating system.

ICMP/CMP:

Short for Internet Control Message Protocol, an extension to the Internet Protocol (IP) definedby RFC792. ICMP supports packets containing error, control, and informational messages. The PING command, for example, uses ICMP to test an Internet connection.
RFC792 Requests for Comments document for the Internet Control Message Protocol (ICMP).
Centralized Management Protocol.

Compiler:

A program that translates source code into object code. The compiler derives its name from the way it works, looking at the entire piece of source code and collecting and reorganizing the instructions. Thus, a compiler differs from an interpreter, which analyzes and executes each line of source code in succession, without looking at the entire program. The advantage of interpreters is that they can execute a program immediately. Compilers require some time before an executable program emerges. However, programs produced by compilers run much faster than the same programs executed by an interpreter.

Every high-level programming language (except strictly interpretive languages) comes with a compiler. In effect, the compiler is the language, because it defines which instructions are acceptable.

Because compilers translate source code into object code, which is unique for each type of computer, many compilers are available for the same language. For example,there is a FORTRAN compiler for PCs and another for Apple Macintosh computers. In addition, the compiler industry is quite competitive, so there are actually many compilers for each language on each type of computer.

More than a dozen companies develop and sell C compilers for the PC.

Cookie:

A message given to a Web browser by a Webserver. The browser stores the message in a text file. The message is then sent back to the server each time the browser requests a page from the server.

Also see session cookie and persistent cookie.

The main purpose of cookies is to identify users and possibly prepare customized Web pages for them. When you enter a Web site using cookies, you may be asked to fill out a form providing such information as your name and interests. This information is packaged into a cookie and sent to your Web browser, which stores it for later use. The next time you go to the same Web site, your browser will send the cookie to the Web server. The server can use this information to present you with custom Web pages. So, for example, instead of seeing just a generic welcome page you might see a welcome page with your name on it.

The name cookie derives from UNIX objects called magic cookies. These are tokens that are attached to a user or program and change depending on the areas entered by the user or program.

Cryptography:

The art of protecting information by transforming it (encrypting it) into an unreadable format, called cipher text. Only those who possess a secret key can decipher (or decrypt) the message into plain text. Encrypted messages can sometimes be broken by crypt analysis, also called code breaking, although modern cryptography techniques are virtually unbreakable.
As the Internet and other forms of electronic communication become more prevalent, electronic security is becoming increasingly important. Cryptography is used to protect e-mail messages, credit card information, and corporate data. One of the most popular cryptography systems used on the Internet is Pretty Good Privacy because it's effective and free.

Cryptography systems can be broadly classified into symmetric-key systems that use a single key that both the sender and recipient have, and public-key systems that use two keys, a public key known to everyone and a private key that only the recipient of messages uses.

>

Next...Section "D"



Til Next Time...


"G"

~BoulwareEnterprises~
http://www.BoulwareEnterprises.com
https://about.me/gregory_boulware

>

~'A Portentous Epoch of Sagacious Redolence'~ and (‘The E-store for Books by Boulware’)
http://www.boulwareenterprises.com/-_A_Por...
Study Aids / Study Guides, Fiction / Occult & Supernatural, Body, Mind & Spirit / Spiritualism / General, Education / Administration / General, Fiction / Horror / General, Technology & Engineering / Project Management, Body, Mind & Spirit / Shamanism

>

Posting List Links and Locations to Articles by Boulware
'The Platforms of BoulwareEnterprises/Publications'
~ 'The E-Store for Books by Gregory V. Boulware, Esq.’ ~
http://boulwareenterprises.com/-_A_Portent...
http://thebookmarketingnetwork.com/profile...
New BCID: 823-13940945
http://www.bookcrossing.com/journal/139409...
New BCID: 823-13940945 – Hallow

>

~BoulwareEnterprises~
http://www.BoulwareEnterprises.com
https://about.me/gregory_boulware

“Article Posting Sites”
https://www.blogger.com/profile/1091094619...
https://boulwareenterprises.wordpress.com/
http://www.linkedin.com/pub/gregory-boulwa...
https://www.goodreads.com/author/show/7237...
http://thebookmarketingnetwork.com/profile...
http://www.wattpad.com/user/GregLitideas
https://literarygreg10xsmenow.tumblr.com/
http://koobug.com/GregoryVB_Author?p1498
https://about.me/gregory_boulware
http://www.pinterest.com/writerauthor6bk/p...
https://plus.google.com/111976345290342184...
http://www.bookcrossing.com/mybookshelf/GV...
https://www.facebook.com/profile.php?id=10...
http://ezinearticles.com/?expert_bio=Grego...

~The Connect Platform~
http://blackhistory.com/cgi-bin/blog.cgi?i...
http://hbcu.com/cgi-bin/blog.cgi?id=641608
http://hbcuconnect.com/cgi-bin/blog.cgi?id...
http://blackauthorsconnect.com/cgi-bin/blo...
http://blackwomenconnect.com/cgi-bin/blog....
http://blackinamerica.com/cgi-bin/blog.cgi...
http://chocolatepagesnetwork.com/cgi-bin/b...
http://escapeintotheword.connectplatform.c...

"Amazon"
http://www.amazon.com/Gregory-V.-Boulware/...
https://authorcentral.amazon.com/gp/profil...
http://www.authorsden.com/gregoryvboulware

And

"Twitter"
https://twitter.com/AuthorBoulwareG
https://twitter.com/hashtag/BoulwareBooks?...
https://twitter.com/AuthorBoulwareG/status...

‘Virtuosity101.com’
http://virtuosity101.com/
http://virtuosity101.com/cgi-bin/blog.cgi?...
http://virtuosity101.com/content/288611/sa...
http://virtuosity101.com/content/288593/a-...
http://blackisms.com/education-2/
https://www.academia.edu/
https://independent.academia.edu/GregoryVB...
http://knowledgeisking.ning.com/profile/Gr...
https://www.authorsden.com/visit/author.as...

ThePaper.Li.BoulwareDaily
http://paper.li/~/publisher/5445ebb6-59f5-...

>

Helpful Search Tags:

#Education #Information #IT #BI #Computers #BoulwareBooks #Academia #Twitter #WordPress #SelfHelp #HBCU #Learning #eReader #Teaching #Tecnology #AI #BI #IT #Computers #MachineLearning #CCPedu #Berean #onWURD #BLM #College #BereanInstitute #LinkedIn #School #Blogger #FaceBook #Tumblr #Pinterest #Technology #Amazon #Algorithm #Syntax #IoT #RDBMS #SEO #CRM #CPU #SOHO #OSI #EMR #ANSII #SCSI #Chip #PC #AI #Elipse #SIMS #Boolean #SMTP #SPI #DB #SMS #GUID #SNMP #SOA #SOX #OLAP #FAT #ASP #SaaS #Nano #Program #EdTech #WebsiteMag #RAID #SSL #GUI #Software #DataSource #DataBase #ComputerWorld #Oracle #WebSiteMagazine #Wired #Networks #Networking #DataMiner #Dataminning #MIS #TheOneThingIknowIs #eReaders #ReadAloud #SMO #SMM #iOS #Blogger #TheLearningKey #UnitedBlackBooks #HarlemBookFair #TheDailyBeast #TheGuardian #Published #BlogSpot #KDP #Networking #IoT #TheOrderOfThings #Nibbies #ReadersGazette #MIT #Polymath #Erudite #ISDN #DynaSet #APP #BlackAmerica #BlackInAmerica #IAfroFuturism #RepJohnLewis #TheRevAl #Serendipity #Universal #Ubiquitous #MAAtEnterprises #Galactic #WarriorsOfTheMedicineWheel #Forbes #BBC #BBCNews #IndieBound #BoulwarePublications #AIVMI #TheShiP #globalcitizenship #Wakanda #TheUltimateRadioNetwork #ExpeditionWild #ClickBait #CBC #HealStorian #Zimbabwe #Ethiopia #Senegal #Uganda #Africa #TheIndigenousPeoples #FightThePowerThatBe #LDF #NavajoNationCouncil #NavajoCodeTalkers #Underground #AmericanIndianVeteransMemorial #NativeTeams #NativeSpirits #NativeMediaNetwork #NativeSpirits #TheStoryOfUs #UnsungAuthors #PeopleOfColorAroundTheWorld


*/





Posted By: Gregory V. Boulware, Esq.
Saturday, January 12th 2019 at 1:15AM
You can also click here to view all posts by this author...

Report obscenity | post comment
Share |
Please Login To Post Comments...
Email:
Password:

 
Brother Doctor Gregory Boulware, Esq, I have not stop to chat in a while, now what caught my eye was the Free Education Program and when I take my time to review your posting, I will return to this topic.


Saturday, January 12th 2019 at 10:09PM
Dea. Ron Gray Sr.
/*

"No Twitter Access?-View Boulware Feeds:
On WordPress & Amazon"
https://boulwareenterprises.wordpress.com/
http://www.amazon.com/Gregory-V.-Boulware/...
#FaceBook #WordPress #Escapes #BlackInAmerica #HBCU #AfricanDiaspora #ShortStories #BlackAuthors #BookEnds #UnitedBlackLibrary #Boulware #TheBookMark #BoulwareBooks #ReadAloud #TheAmazonian #HBCU #IndieBound #BookIt2Me #KDP #TheStoryTeller #BlackAuthors #ShortStory #AStoryTold #BlackStoryTellers #ANeedToRead #ReadNeedy #TheNeed2Read #UnlimitedReading #UnlimitedBooks #BooksUnlimited #WellRead #Stories #ShortStoryTellers #UnsungAuthors #Metro #EzineAuthors #ReadersGazette #eReader #BookSpots #Yahshua #Yahushua #TweetYourBooks #Hebrew #Published #WriteIntoPrint #AuthorsDen #MediumDailyDigest #HarlemBookFair #TheHuffingtonPost #TheDailyWeb #TheHerald #TheWashingtonPost #AI #SOHOPress #Books #TheReadingList #BookLovers #BookClub #BookZiny #TheBookShop #ByTheBook #BookMarketing #BookSeller #Edited #Hallow #HallowII #Fairmount #Bear #TheOneThingIKnow #SpiritOfTheSoul #Anthology #WordPress #Blogger #BlogSpot #WordStream #Polymath #RichardWright #PaulLaurenceDunbar #JamesBaldwin #ChesterHines #Erudite #TooFondOfBooks #UnitedBlackBooks #MosaicBooks #NationalBlackBookFestival #Nibbies #BBC #BBCNews #StephenKing #MNightShyamalan #IsaacAsimov #DeanKoontz #EdgarAllanPoe #RayBradbury #WilliamPeterBlatty #TheBritishBookIndustry #TheBritishBookAwards #BookSellerAssociation #BertramBooks #BonnierPublishing #FMcM #FirstryGroup #Gardners #HarbottleandLewis #HarperCollinsPublishers #IPG #IndependentPublishersGuild #PublishersPublicityCircle #EastFallsHousingProject #EastFallsStories #FaceBook #ProjectedLetters #WarriorsOfTheMedicineWheel #TaleFlick #TheShiP #People
*/

Monday, August 5th 2019 at 11:19AM
Gregory V. Boulware, Esq.
/*

Yes Good Brother Deacon Ron Gray! ...Please do take advantage of this offering - to You & The World!

View the full version:
"ACADEMIA"
https://independent.academia.edu/GregoryVB...

The Book:

~BoulwareEnterprises~
http://www.BoulwareEnterprises.com

&

"Amazon"
http://www.amazon.com/Gregory-V.-Boulware/...

Many Thanks, One and All!

Peace & Love,

"G"

*/

Monday, August 5th 2019 at 11:23AM
Gregory V. Boulware, Esq.
Please Login To Post Comments...
Email:
Password:

 
More From This Author
~ "So Let It Be Written..." and so, it has ~
~ "The Collective Texts" ~
~ "The Top Ten" ~
"Parents Plead for Their Kids' ReturnAafter Children Taken Into Custody During Traffic Stop!"
~ "Shared Enlightenment by Simply Reading Boulware" ~
~ 'The Heart and Soul of An Autocrat' or 'Plight of The Obsolete Man' ~
~ "The Dickens, You Say?" ~
~ "A Day of Service, Everyday!" ~
Forward This Blog Entry!
Blogs Home

(Advertise Here)
Who's Online
>> more | invite 
Latest Photos
>> more | add
Most Popular Bloggers
agnes levine has logged 68831 blog subscribers!
cheer leader has logged 51820 blog subscribers!
tanisha grant has logged 27427 blog subscribers!
rickey johnson has logged 6984 blog subscribers!
robert walker has logged 826 blog subscribers!
>> more | add